andrea | 5056b51 | 2015-11-18 10:25:28 -0800 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "required": [ | ||||
4 | "availableIp" | ||||
5 | ], | ||||
6 | "properties": { | ||||
7 | "availableIp": { | ||||
8 | "type": "array", | ||||
9 | "items": { | ||||
10 | "type": "string" | ||||
11 | }, | ||||
12 | "example": "[127.0.0.1]" | ||||
13 | } | ||||
14 | } | ||||
15 | } | ||||
16 |