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