core-lightning/doc/schemas/recoverchannel.request.json

18 lines
314 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"scb"
],
"properties": {
"scb": {
"type": "array",
"description": "SCB of the channels in an array",
"items": {
"type": "hexstr"
}
}
}
}