{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "psbt" ], "added": "v23.08", "properties": { "psbt": { "type": "string", "description": "the (incomplete) PSBT of the splice transaction" } } }