{
"type": "string",
"properties": {
"paymentHash": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"string"
]
},
"serverId": {
"type": "string"
},
"duration": {
"type": "string"
},
"isProvisioned": {
"type": "string"
},
"subscriptionEnd": {
"type": "string",
"format": "string"
},
"server": {
"type": "string",
"properties": {
"domain": {
"type": "string"
},
"endpoint": {
"type": "string"
}
}
}
}
}