blob: a8eb537842da596cc66e6a66c251a55cde53b25c [file] [log] [blame]
andreafaa2c4b2015-11-16 13:48:39 -08001{
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