mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 03:24:41 +01:00
dc924b8859
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
23 lines
416 B
JSON
23 lines
416 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"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"
|
|
}
|
|
}
|
|
}
|