model.json 212 B

1234567891011
  1. {
  2. "description":"An applications model declaration",
  3. "type": "object",
  4. "properties":{
  5. "type": {
  6. "type": "string",
  7. "description": "Model Instance Type (Class)"
  8. },
  9. },
  10. "additionalProperties": true
  11. }