blob: 89554a54c271f1f406f0e94b76e165a7587b6b07 [file] [log] [blame]
{
"description": "modelInfo and optional instanceId and instanceName for a model related to the modelInfo being operated on",
"type": "object",
"properties": {
"instanceName": {
"description": "optional name for the instance Id of the related model",
"type": "string"
},
"instanceId": {
"description": "instance Id for the related model",
"type": "string"
},
"modelInfo": {}
},
"required": ["modelInfo"]
}