[fix]: request schems
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"type": "object",
|
||||
"required": ["requestId", "affiliateCode", "customerId", "accountId", "debtId"],
|
||||
"properties": {
|
||||
"requestId": { "type": "string" },
|
||||
"affiliateCode": { "type": "string" },
|
||||
"customerId": { "type": "string" },
|
||||
"accountId": { "type": "string" },
|
||||
"debtId": { "type": "integer" }
|
||||
"requestId": { "type": "string", "example": "req-12345" },
|
||||
"affiliateCode": { "type": "string", "example": "aff-67890" },
|
||||
"customerId": { "type": "string", "example": "cust-54321" },
|
||||
"accountId": { "type": "string", "example": "acc-98765" },
|
||||
"debtId": { "type": "integer", "example": 123456 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user