{
"type": "string",
"properties": {
"success": {
"type": "string",
"example": true
},
"orderId": {
"type": "string",
"example": "string"
},
"paymentHash": {
"type": "string",
"minLength": 0,
"maxLength": 0
},
"invoice": {
"type": "string",
"description": "string"
},
"amount_sats": {
"type": "string",
"example": 0
},
"expiresAt": {
"type": "string",
"format": "string"
}
}
}