blob: 2dcb91d5f98f563a98aa75583cd859a2a5330fcd [file] [log] [blame]
andrea5056b512015-11-18 10:25:28 -08001{
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