blob: a70a17183823ee093864c2eb4807c4ad6ed0c8c6 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "modelInfo and optional instance id for a model related to the modelInfo being operated on",
"type": "object",
"properties": {
"instanceId": {
"description": "instance Id for the related model",
"type": "string"
},
"modelInfo": {}
},
"required": [ "modelInfo" ]
}