[fix]: file references

This commit is contained in:
VivianDee
2025-03-21 05:16:27 +01:00
parent 5e848b40d7
commit 29e0a498de
17 changed files with 86 additions and 86 deletions
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/BulkSMSRequest" "$ref": "../schemas/BulkSMSRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/BulkSMSRequest" "$ref": "../schemas/BulkSMSRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/BulkSMSRequest" "$ref": "../schemas/BulkSMSRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/BulkSMSResponse" "$ref": "../schemas/BulkSMSResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/BulkSMSResponse" "$ref": "../schemas/BulkSMSResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/CollectLoanRequest" "$ref": "../schemas/CollectLoanRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/CollectLoanRequest" "$ref": "../schemas/CollectLoanRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/CollectLoanRequest" "$ref": "../schemas/CollectLoanRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/CollectLoanResponse" "$ref": "../schemas/CollectLoanResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/CollectLoanResponse" "$ref": "../schemas/CollectLoanResponse.json"
} }
} }
} }
+6 -6
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/CustomerConsentRequest" "$ref": "../schemas/CustomerConsentRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/CustomerConsentRequest" "$ref": "../schemas/CustomerConsentRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/CustomerConsentRequest" "$ref": "../schemas/CustomerConsentRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/CustomerConsentResponse" "$ref": "../schemas/CustomerConsentResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/CustomerConsentResponse" "$ref": "../schemas/CustomerConsentResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/DisbursementRequest" "$ref": "../schemas/DisbursementRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/DisbursementRequest" "$ref": "../schemas/DisbursementRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/DisbursementRequest" "$ref": "../schemas/DisbursementRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/DisbursementResponse" "$ref": "../schemas/DisbursementResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/DisbursementResponse" "$ref": "../schemas/DisbursementResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/LienCheckRequest" "$ref": "../schemas/LienCheckRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/LienCheckRequest" "$ref": "../schemas/LienCheckRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/LienCheckRequest" "$ref": "../schemas/LienCheckRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/LienCheckResponse" "$ref": "../schemas/LienCheckResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/LienCheckResponse" "$ref": "../schemas/LienCheckResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationRequest" "$ref": "../schemas/LoanInformationRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationRequest" "$ref": "../schemas/LoanInformationRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationRequest" "$ref": "../schemas/LoanInformationRequest.json"
} }
} }
}, },
@@ -33,12 +33,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationResponse" "$ref": "../schemas/LoanInformationResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationResponse" "$ref": "../schemas/LoanInformationResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/NewTransactionCheckRequest" "$ref": "../schemas/NewTransactionCheckRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/NewTransactionCheckRequest" "$ref": "../schemas/NewTransactionCheckRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/NewTransactionCheckRequest" "$ref": "../schemas/NewTransactionCheckRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/NewTransactionCheckResponse" "$ref": "../schemas/NewTransactionCheckResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/NewTransactionCheckResponse" "$ref": "../schemas/NewTransactionCheckResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationRequest" "$ref": "../schemas/LoanInformationRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationRequest" "$ref": "../schemas/LoanInformationRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationRequest" "$ref": "../schemas/LoanInformationRequest.json"
} }
} }
}, },
@@ -33,12 +33,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationResponse" "$ref": "../schemas/LoanInformationResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/LoanInformationResponse" "$ref": "../schemas/LoanInformationResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/PenalChargeRequest" "$ref": "../schemas/PenalChargeRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/PenalChargeRequest" "$ref": "../schemas/PenalChargeRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/PenalChargeRequest" "$ref": "../schemas/PenalChargeRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/PenalChargeResponse" "$ref": "../schemas/PenalChargeResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/PenalChargeResponse" "$ref": "../schemas/PenalChargeResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/EligibilityCheckRequest" "$ref": "../schemas/EligibilityCheckRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/EligibilityCheckRequest" "$ref": "../schemas/EligibilityCheckRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/EligibilityCheckRequest" "$ref": "../schemas/EligibilityCheckRequest.json"
} }
} }
}, },
@@ -33,12 +33,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/EligibilityCheckResponse" "$ref": "../schemas/EligibilityCheckResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/EligibilityCheckResponse" "$ref": "../schemas/EligibilityCheckResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/RACCheckRequest" "$ref": "../schemas/RACCheckRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/RACCheckRequest" "$ref": "../schemas/RACCheckRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/RACCheckRequest" "$ref": "../schemas/RACCheckRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/RACCheckResponse" "$ref": "../schemas/RACCheckResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/RACCheckResponse" "$ref": "../schemas/RACCheckResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/RepaymentRequest" "$ref": "../schemas/RepaymentRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/RepaymentRequest" "$ref": "../schemas/RepaymentRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/RepaymentRequest" "$ref": "../schemas/RepaymentRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/RepaymentResponse" "$ref": "../schemas/RepaymentResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/RepaymentResponse" "$ref": "../schemas/RepaymentResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/RevokeEnableConsentRequest" "$ref": "../schemas/RevokeEnableConsentRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/RevokeEnableConsentRequest" "$ref": "../schemas/RevokeEnableConsentRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/RevokeEnableConsentRequest" "$ref": "../schemas/RevokeEnableConsentRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/RevokeEnableConsentResponse" "$ref": "../schemas/RevokeEnableConsentResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/RevokeEnableConsentResponse" "$ref": "../schemas/RevokeEnableConsentResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/SMSRequest" "$ref": "../schemas/SMSRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/SMSRequest" "$ref": "../schemas/SMSRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/SMSRequest" "$ref": "../schemas/SMSRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/SMSResponse" "$ref": "../schemas/SMSResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/SMSResponse" "$ref": "../schemas/SMSResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/SelectOfferRequest" "$ref": "../schemas/SelectOfferRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/SelectOfferRequest" "$ref": "../schemas/SelectOfferRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/SelectOfferRequest" "$ref": "../schemas/SelectOfferRequest.json"
} }
} }
}, },
@@ -33,12 +33,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/SelectOfferResponse" "$ref": "../schemas/SelectOfferResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/SelectOfferResponse" "$ref": "../schemas/SelectOfferResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/TokenValidationRequest" "$ref": "../schemas/TokenValidationRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/TokenValidationRequest" "$ref": "../schemas/TokenValidationRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/TokenValidationRequest" "$ref": "../schemas/TokenValidationRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/TokenValidationResponse" "$ref": "../schemas/TokenValidationResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/TokenValidationResponse" "$ref": "../schemas/TokenValidationResponse.json"
} }
} }
} }
+5 -5
View File
@@ -11,17 +11,17 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/TransactionVerifyRequest" "$ref": "../schemas/TransactionVerifyRequest.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/TransactionVerifyRequest" "$ref": "../schemas/TransactionVerifyRequest.json"
} }
}, },
"application/x-www-form-urlencoded": { "application/x-www-form-urlencoded": {
"schema": { "schema": {
"$ref": "../schemas/TransactionVerifyRequest" "$ref": "../schemas/TransactionVerifyRequest.json"
} }
} }
} }
@@ -32,12 +32,12 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"$ref": "../schemas/TransactionVerifyResponse" "$ref": "../schemas/TransactionVerifyResponse.json"
} }
}, },
"application/xml": { "application/xml": {
"schema": { "schema": {
"$ref": "../schemas/TransactionVerifyResponse" "$ref": "../schemas/TransactionVerifyResponse.json"
} }
} }
} }