core-lightning/doc/schemas/setpsbtversion.schema.json
ShahanaFarooqui fdc2dbdbc3 doc: Updated schemas *.schema.json
- Makes emergency schema stricter
- Fixes some formatting
2024-03-19 14:58:59 +10:30

14 lines
276 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"psbt"
],
"properties": {
"psbt": {
"type": "string",
"description": "a converted PSBT of the requested version"
}
}
}