blob: 831f02f1f4e303ffd2d1cab031050615640076cf [file] [log] [blame]
{
"type": "object",
"required": [
"id",
"ip",
"tcpPort",
"status"
],
"properties": {
"id": {
"type": "string",
"example": "127.0.0.1"
},
"ip": {
"type": "string",
"example": "127.0.0.1"
},
"tcpPort": {
"type": "integer",
"format": "int64",
"example": 9876
},
"status": {
"type": "string",
"example": "ACTIVE"
}
}
}