blob: 89554a54c271f1f406f0e94b76e165a7587b6b07 [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001{
2 "description": "modelInfo and optional instanceId and instanceName for a model related to the modelInfo being operated on",
3 "type": "object",
4 "properties": {
5 "instanceName": {
6 "description": "optional name for the instance Id of the related model",
7 "type": "string"
8 },
9 "instanceId": {
10 "description": "instance Id for the related model",
11 "type": "string"
12 },
13 "modelInfo": {}
14 },
15 "required": ["modelInfo"]
16}