andrea | faa2c4b | 2015-11-16 13:48:39 -0800 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "required": [ | ||||
4 | "mac", | ||||
5 | "ip"], | ||||
6 | "properties": { | ||||
7 | "mac": { | ||||
8 | "type": "String", | ||||
9 | "example": "be:48:89:d5:75:59" | ||||
10 | }, | ||||
11 | "ip": { | ||||
12 | "type": "String", | ||||
13 | "example": "10.128.12.4" | ||||
14 | } | ||||
15 | } | ||||
16 | } | ||||
17 |