[fix]: request schems
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"transactionId": { "type": "string" },
|
||||
"amountCollected": { "type": "number" },
|
||||
"resultCode": { "type": "integer" },
|
||||
"resultDescription": { "type": "string" }
|
||||
"transactionId": { "type": "string", "example": "txn-12345" },
|
||||
"amountCollected": { "type": "number", "example": 1150.00 },
|
||||
"resultCode": { "type": "integer", "example": 0 },
|
||||
"resultDescription": { "type": "string", "example": "Collection successful" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user