rgb-cln/doc/schemas/staticbackup.schema.json

18 lines
315 B
JSON
Raw Permalink Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"scb"
],
"properties": {
"scb": {
"type": "array",
"items": {
"type": "string",
"description": "SCB of a channel in TLV format"
}
}
}
}