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

12 lines
216 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"properties": {
"id": {
"type": "string",
"description": "channel id or short_channel_id"
}
}
}