{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [], "properties": { "label": { "oneOf": [ { "type": "string", "description": "" }, { "type": "integer", "description": "" } ] }, "invstring": { "type": "string", "description": "" }, "payment_hash": { "type": "hex", "description": "" }, "offer_id": { "type": "string", "description": "" } } }