mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
Some rpc commands did not have their corresponding *.request.json files to generate the consolidated json
19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"psbt",
|
|
"version"
|
|
],
|
|
"properties": {
|
|
"psbt": {
|
|
"type": "string",
|
|
"description": "the PSBT to change versions"
|
|
},
|
|
"version": {
|
|
"type": "u32",
|
|
"description": "the version to set"
|
|
}
|
|
}
|
|
}
|