rgb-cln/doc/schemas/feerates.request.json

18 lines
270 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"style"
],
"properties": {
"style": {
"type": "string",
"enum": [
"perkb",
"perkw"
]
}
}
}