2015-04-08 03:02:05 +00:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"policies": [
|
|
|
|
{
|
|
|
|
"category": "composition",
|
|
|
|
"implementation": "CompositionPolicy.js",
|
2015-04-08 04:03:36 +00:00
|
|
|
"depends": [ "$injector" ],
|
2015-04-08 03:06:08 +00:00
|
|
|
"message": "Objects of this type cannot contain objects of that type."
|
2015-04-08 03:51:01 +00:00
|
|
|
},
|
2015-04-11 02:24:16 +00:00
|
|
|
{
|
|
|
|
"category": "composition",
|
|
|
|
"implementation": "CompositionMutabilityPolicy.js",
|
|
|
|
"message": "Objects of this type cannot be modified."
|
|
|
|
},
|
2015-06-03 20:46:25 +00:00
|
|
|
{
|
|
|
|
"category": "composition",
|
|
|
|
"implementation": "CompositionModelPolicy.js",
|
|
|
|
"message": "Objects of this type cannot contain other objects."
|
|
|
|
},
|
2015-04-08 03:51:01 +00:00
|
|
|
{
|
|
|
|
"category": "action",
|
|
|
|
"implementation": "ComposeActionPolicy.js",
|
|
|
|
"depends": [ "$injector" ],
|
|
|
|
"message": "Objects of this type cannot contain objects of that type."
|
2015-04-08 03:02:05 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|