Jian Li | 0409b70 | 2016-05-03 18:21:37 -0700 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "deviceIds", | ||||
4 | "required": [ | ||||
5 | "deviceIds" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "deviceIds": { | ||||
9 | "type": "array", | ||||
10 | "xml": { | ||||
11 | "name": "deviceId", | ||||
12 | "wrapped": true | ||||
13 | }, | ||||
14 | "items": { | ||||
15 | "type": "string", | ||||
16 | "example": "of:0000000000000001" | ||||
17 | } | ||||
18 | } | ||||
19 | } | ||||
20 | } |