blob: 2dcb91d5f98f563a98aa75583cd859a2a5330fcd [file] [log] [blame]
{
"type": "object",
"required": [
"availableIp"
],
"properties": {
"availableIp": {
"type": "array",
"items": {
"type": "string"
},
"example": "[127.0.0.1]"
}
}
}