DhcpConfigPut.json 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 { "type": "object", "required": [ "mac", "ip"], "properties": { "mac": { "type": "String", "example": "be:48:89:d5:75:59" }, "ip": { "type": "String", "example": "10.128.12.4" } } }