12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"description":"An applications model declaration",
|
|
"type": "object",
|
|
"properties":{
|
|
"type": {
|
|
"type": "string",
|
|
"description": "Model Instance Type (Class)"
|
|
},
|
|
},
|
|
"additionalProperties": true
|
|
}
|