[fix]: request schems

This commit is contained in:
VivianDee
2025-07-30 05:24:02 +01:00
parent 038c5323b0
commit 33ee8a286b
11 changed files with 51 additions and 47 deletions
@@ -1,8 +1,8 @@
{
"type": "object",
"properties": {
"transactionId": { "type": "string" },
"resultCode": { "type": "integer" },
"resultDescription": { "type": "string" }
"transactionId": { "type": "string", "example": "txn-12345" },
"resultCode": { "type": "integer", "example": 0 },
"resultDescription": { "type": "string", "example": "Disbursement successful" }
}
}