| { | |
| "description": "modelInfo and optional instanceId and instanceName for a model related to the modelInfo being operated on", | |
| "type": "object", | |
| "properties": { | |
| "instanceName": { | |
| "description": "optional name for the instance Id of the related model", | |
| "type": "string" | |
| }, | |
| "instanceId": { | |
| "description": "instance Id for the related model", | |
| "type": "string" | |
| }, | |
| "modelInfo": {} | |
| }, | |
| "required": ["modelInfo"] | |
| } |