rgb-cln/doc/schemas/connect.request.json

23 lines
416 B
JSON

{
"$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"
}
}
}