{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "RefundsCollection",
"properties": {
"batchId": {
"type": "integer"
},
"requestId": {
"type": "string"
},
"date": {
"type": "string"
},
"login": {
"type": "string"
},
"description": {
"type": "string"
},
"status": {
"type": "integer",
"example": 3,
"default": 3,
"description": "1 - completed,
2 - pending,
3 - awaiting P24's acceptance,
4 - rejected"
},
"amount": {
"type": "integer"
}
},
"type": "object"
}