Harshada Chaundkar | 91908af | 2019-07-03 16:27:45 +0000 | [diff] [blame^] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "obj-next-ids", | ||||
4 | "required": [ | ||||
5 | "obj-next-ids" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "devices": { | ||||
9 | "type": "array", | ||||
10 | "items": { | ||||
11 | "type": "object", | ||||
12 | "title": "nextId", | ||||
13 | "required": [ | ||||
14 | "groupChain" | ||||
15 | ], | ||||
16 | "properties": { | ||||
17 | "groupChain": { | ||||
18 | "type": "array", | ||||
19 | "example": "[0x1234 --> 0x1246 --> port :1, 0x1234 --> 0x12786 --> port :2] " | ||||
20 | } | ||||
21 | } | ||||
22 | } | ||||
23 | } | ||||
24 | } | ||||
25 | } |