jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 1 | { |
2 | "$schema": "http://json-schema.org/draft-04/schema#", | ||||
3 | "description": "modelInfo and optional instance id for a model related to the modelInfo being operated on", | ||||
4 | "type": "object", | ||||
5 | "properties": { | ||||
6 | "instanceId": { | ||||
7 | "description": "instance Id for the related model", | ||||
8 | "type": "string" | ||||
9 | }, | ||||
10 | "modelInfo": {} | ||||
11 | }, | ||||
12 | "required": [ "modelInfo" ] | ||||
13 | } | ||||
14 | |||||
15 |