blob: 89554a54c271f1f406f0e94b76e165a7587b6b07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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"]
}
|