blob: 9911022b84191be8f1bed0c0b9f701746cc0403a [file] [log] [blame]
Jian Li0409b702016-05-03 18:21:37 -07001{
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}