Fix some patrhs

This commit is contained in:
CHIEFSOFT\ameye
2025-03-24 21:29:07 -04:00
parent ce4079b2d2
commit 635387104f
9 changed files with 16 additions and 62 deletions
+9 -9
View File
@@ -35,13 +35,18 @@
"items": {
"type": "object",
"properties": {
"minamount": {
"offerId": {
"type": "string",
"description": "Offer identifier",
"example": "101"
},
"minAmount": {
"type": "number",
"format": "double",
"description": "Minimum loan amount",
"example": 5000
},
"maxamount": {
"maxAmount": {
"type": "number",
"format": "double",
"description": "Maximum loan amount",
@@ -50,14 +55,9 @@
"productId": {
"type": "string",
"description": "Product identifier",
"example": "101"
"example": "2030"
},
"offerid": {
"type": "string",
"description": "Offer identifier",
"example": "101"
},
"Tenor": {
"tenor": {
"type": "integer",
"description": "Loan tenor in days",
"example": 30