mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-29 10:04:41 +01:00
15 lines
277 B
JSON
15 lines
277 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"additionalProperties": false,
|
||
|
"required": [
|
||
|
"info_hex"
|
||
|
],
|
||
|
"properties": {
|
||
|
"info": {
|
||
|
"type": "hex",
|
||
|
"description": "This will be used for deriving the secret"
|
||
|
}
|
||
|
}
|
||
|
}
|