andrea | 1ce2bc8 | 2015-11-18 16:58:10 -0800 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "devices", | ||||
4 | "required": [ | ||||
5 | "devices" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "devices": { | ||||
9 | "type": "array", | ||||
10 | "xml": { | ||||
11 | "name": "cluster", | ||||
12 | "wrapped": true | ||||
13 | }, | ||||
14 | "items": { | ||||
15 | "type": "string", | ||||
16 | "title": "device", | ||||
17 | "example": "of:0000000000000001" | ||||
18 | } | ||||
19 | } | ||||
20 | } | ||||
21 | } | ||||
22 |