diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/app/schema/store.json')
| -rw-r--r-- | js/dojo-1.7.2/dojox/app/schema/store.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/app/schema/store.json b/js/dojo-1.7.2/dojox/app/schema/store.json new file mode 100644 index 0000000..924f5e1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/app/schema/store.json @@ -0,0 +1,11 @@ +{ + "description":"An applications store instance declarations", + "type": "object", + "properties":{ + "type": { + "type": "string", + "description": "Store Instance Type (Class)" + }, + }, + "additionalProperties": true +} |
