{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "id" ], "properties": { "id": { "type": "string", "description": "" }, "host": { "type": "string", "description": "The hostname of the node." }, "port": { "type": "u16", "description": "Port to try connecting to" } } }