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

23 lines
390 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"properties": {
"status": {
"type": "string",
"enum": [
"offered",
"settled",
"local_failed",
"failed"
]
},
"in_channel": {
"type": "short_channel_id"
},
"out_channel": {
"type": "short_channel_id"
}
}
}