mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
dc924b8859
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"id": {
|
|
"type": "pubkey"
|
|
}
|
|
}
|
|
}
|