phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/app/schema/scene.json

30 lines
548 B
JSON
Raw Normal View History

2012-06-19 02:07:43 +00:00
{
"description":"An application's scene instance declarations",
"type": "object",
"properties":{
"type": {
"type": "string",
"description": "Scene Instance Type (Class)"
},
"models": {
"type": "array",
"items": {"$ref": "/jdoe/test/schema/model"}
},
"views": {
"type": "array",
"items": {
"type": "object",
"properties" : {
"id": {
"type": "string"
},
"view": "$ref": "/jdoe/test/schema/view",
"params": {
"type": "object"
}
}
}
},
"additionalProperties": true
}