{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "id" ], "properties": { "id": { "type": "pubkey", "description": "" }, "unilateraltimeout": { "type": "u32", "description": "" }, "destination": { "type": "string", "description": "" }, "fee_negotiation_step": { "type": "string", "description": "" }, "wrong_funding": { "type": "txid", "description": "" }, "force_lease_closed": { "type": "boolean", "description": "" }, "feerange": { "type": { "type": "array", "items": "u32" }, "description": "" } } }