Patryk Konopka | 7e40c01 | 2017-06-06 13:38:06 +0200 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "statistics", | ||||
4 | "required": [ | ||||
5 | "statistics" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "statistics": { | ||||
9 | "type": "array", | ||||
10 | "required": [ | ||||
11 | "statistics" | ||||
12 | ], | ||||
13 | "xml": { | ||||
14 | "name": "statistics", | ||||
15 | "wrapped": true | ||||
16 | }, | ||||
17 | "items": { | ||||
18 | "type": "object", | ||||
19 | "title": "statistics", | ||||
20 | "required": [ | ||||
21 | "device", | ||||
22 | "activeEntries" | ||||
23 | ], | ||||
24 | "properties": { | ||||
25 | "device": { | ||||
26 | "type": "string", | ||||
27 | "example": "of:0000000000000001" | ||||
28 | }, | ||||
29 | "activeEntries": { | ||||
30 | "type": "integer", | ||||
31 | "format": "int64", | ||||
32 | "example": 0 | ||||
33 | } | ||||
34 | } | ||||
35 | } | ||||
36 | } | ||||
37 | } | ||||
38 | } |