[fix]: request schems
This commit is contained in:
@@ -89,22 +89,22 @@
|
||||
"components": {
|
||||
"schemas": {
|
||||
"AuthenticationRequest": {
|
||||
"$ref": "./schemas/eco/AuthenticationRequest.json"
|
||||
"$ref": "swagger/schemas/eco/AuthenticationRequest.json"
|
||||
},
|
||||
"AuthenticationResponse": {
|
||||
"$ref": "./schemas/eco/AuthenticationResponse.json"
|
||||
"$ref": "swagger/schemas/eco/AuthenticationResponse.json"
|
||||
},
|
||||
"DebtClosureNotificationRequest": {
|
||||
"$ref": "./schemas/eco/DebtClosureNotificationRequest.json"
|
||||
"$ref": "swagger/schemas/eco/DebtClosureNotificationRequest.json"
|
||||
},
|
||||
"DebtClosureNotificationResponse": {
|
||||
"$ref": "./schemas/eco/DebtClosureNotificationResponse.json"
|
||||
"$ref": "swagger/schemas/eco/DebtClosureNotificationResponse.json"
|
||||
},
|
||||
"SendSMSRequest": {
|
||||
"$ref": "./schemas/eco/SendSMSRequest.json"
|
||||
"$ref": "swagger/schemas/eco/SendSMSRequest.json"
|
||||
},
|
||||
"SendSMSResponse": {
|
||||
"$ref": "./schemas/eco/SendSMSResponse.json"
|
||||
"$ref": "swagger/schemas/eco/SendSMSResponse.json"
|
||||
}
|
||||
},
|
||||
"securitySchemes": {
|
||||
|
||||
Reference in New Issue
Block a user