{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "destination", "msatoshi" ], "properties": { "destination": { "type": "pubkey" }, "msatoshi": { "type": "msat" }, "label": { "type": "string" }, "maxfeepercent": { "type": "float" }, "retry_for": { "type": "number" }, "maxdelay": { "type": "number" }, "exemptfee": { "type": "msat" } } }