89554a54c271f1f406f0e94b76e165a7587b6b07
[vid.git] / vid-app-common / src / main / resources / json / mso / relatedInstance
1 {\r
2         "description": "modelInfo and optional instanceId and instanceName for a model related to the modelInfo being operated on",\r
3         "type": "object",\r
4         "properties": {\r
5                 "instanceName": {\r
6                         "description": "optional name for the instance Id of the related model",\r
7                         "type": "string"\r
8                 },\r
9                 "instanceId": {\r
10                         "description": "instance Id for the related model",\r
11                         "type": "string"\r
12                 },\r
13                 "modelInfo": {}\r
14         },\r
15         "required": ["modelInfo"]\r
16 }