{
"type": "object",
"required": [],
"properties": {
"host": {
"type": "string",
"default": "0.0.0.0",
"description": "The host address the server listens on"
},
"port": {
"type": "number",
"default": 8899,
"description": "The port number for the server"
}
}
}