blob: 8adf2dea287ba39e812898a97a190b30a342bdd5 [file] [log] [blame]
andrea1ce2bc82015-11-18 16:58:10 -08001{
2 "type": "object",
3 "title": "device",
4 "required": [
5 "id",
6 "deviceCount",
7 "linkCount",
8 "root"
9 ],
10 "properties": {
11 "id": {
12 "type": "integer",
13 "format": "int64",
14 "example": 1
15 },
16 "deviceCount": {
17 "type": "integer",
18 "format": "int64",
19 "example": 3
20 },
21 "linkCount": {
22 "type": "integer",
23 "format": "int64",
24 "example": 4
25 },
26 "root": {
27 "type": "string",
28 "example": "of:0000000000000001"
29 }
30 }
31}