mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
Some rpc commands did not have their corresponding *.request.json files to generate the consolidated json
14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"hsmsecret"
|
|
],
|
|
"properties": {
|
|
"hsmsecret": {
|
|
"type": "string",
|
|
"description": "either a codex32 secret starting with `cl1` as returned by `hsmtool getcodexsecret`, or a raw 64 character hex string"
|
|
}
|
|
}
|
|
}
|