core-lightning/doc/schemas/connect.request.json
2022-03-30 12:15:55 +10:30

22 lines
383 B
JSON

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