core-lightning/doc/schemas/sendpsbt.request.json

17 lines
258 B
JSON
Raw Normal View History

2022-04-01 06:12:45 +02:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
2022-04-01 06:12:45 +02:00
"required": [
"psbt"
],
"properties": {
"psbt": {
"type": "string"
},
"reserve": {
"type": "boolean"
2022-04-01 06:12:45 +02:00
}
}
}