mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-29 10:04:41 +01:00
22 lines
383 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
}
|