12 lines
222 B
JSON
12 lines
222 B
JSON
|
{
|
||
|
"description":"An applications store instance declarations",
|
||
|
"type": "object",
|
||
|
"properties":{
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"description": "Store Instance Type (Class)"
|
||
|
},
|
||
|
},
|
||
|
"additionalProperties": true
|
||
|
}
|