summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/app/schema/store.json
blob: 924f5e14c47efedea3576ad8208080a338175cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"description":"An applications store instance declarations", 
	"type": "object",
	"properties":{
		"type": {
			"type": "string",
			"description": "Store Instance Type (Class)"
		},
	},
	"additionalProperties": true
}