blob: 686e45281648a44dc3c0f5c7467d5b055d76a59c [file] [log] [blame]
Harshada Chaundkar5a198b02019-07-03 16:27:45 +00001{
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}