{
"type": "object",
"required": [],
"properties": {
"host": {
"type": "string",
"default": "localhost",
"description": "The host address for the server."
},
"port": {
"type": "number",
"default": 8080,
"description": "The port on which the server runs."
}
}
}