[VID-3] Setting docker image tag
[vid.git] / vid / src / main / resources / json / mso / relatedInstance
1 {
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 }