Aharoni, Pavel (pa0916) | ca3cb01 | 2018-10-22 15:29:57 +0300 | [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 | } |