jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 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 | } |