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

18 lines
312 B
JSON

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