blob: eb8999fb0617f1887e3649e2aa2dfc793b732160 (
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"]
}
|