From 29e0a498de0e3d7245051fa544fee942d8a1e38e Mon Sep 17 00:00:00 2001 From: VivianDee <115420678+VivianDee@users.noreply.github.com> Date: Fri, 21 Mar 2025 05:16:27 +0100 Subject: [PATCH] [fix]: file references --- paths/BulkSMS.json | 10 +++++----- paths/CollectLoan.json | 10 +++++----- paths/CustomerConsent.json | 12 ++++++------ paths/Disbursement.json | 10 +++++----- paths/LienCheck.json | 10 +++++----- paths/LoanInformation.json | 10 +++++----- paths/NewTransactionCheck.json | 10 +++++----- paths/NotificationCallback.json | 10 +++++----- paths/PenalCharge.json | 10 +++++----- paths/ProvideLoan.json | 10 +++++----- paths/RACCheck.json | 10 +++++----- paths/Repayment.json | 10 +++++----- paths/RevokeEnableConsent.json | 10 +++++----- paths/SMS.json | 10 +++++----- paths/SelectOffer.json | 10 +++++----- paths/TokenValidation.json | 10 +++++----- paths/TransactionVerify.json | 10 +++++----- 17 files changed, 86 insertions(+), 86 deletions(-) diff --git a/paths/BulkSMS.json b/paths/BulkSMS.json index 8c43a02..16260dc 100644 --- a/paths/BulkSMS.json +++ b/paths/BulkSMS.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/BulkSMSRequest" + "$ref": "../schemas/BulkSMSRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/BulkSMSRequest" + "$ref": "../schemas/BulkSMSRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/BulkSMSRequest" + "$ref": "../schemas/BulkSMSRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/BulkSMSResponse" + "$ref": "../schemas/BulkSMSResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/BulkSMSResponse" + "$ref": "../schemas/BulkSMSResponse.json" } } } diff --git a/paths/CollectLoan.json b/paths/CollectLoan.json index 9b493b7..20c805a 100644 --- a/paths/CollectLoan.json +++ b/paths/CollectLoan.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/CollectLoanRequest" + "$ref": "../schemas/CollectLoanRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/CollectLoanRequest" + "$ref": "../schemas/CollectLoanRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/CollectLoanRequest" + "$ref": "../schemas/CollectLoanRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/CollectLoanResponse" + "$ref": "../schemas/CollectLoanResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/CollectLoanResponse" + "$ref": "../schemas/CollectLoanResponse.json" } } } diff --git a/paths/CustomerConsent.json b/paths/CustomerConsent.json index 9ac8e53..dafbf04 100644 --- a/paths/CustomerConsent.json +++ b/paths/CustomerConsent.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/CustomerConsentRequest" + "$ref": "../schemas/CustomerConsentRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/CustomerConsentRequest" + "$ref": "../schemas/CustomerConsentRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/CustomerConsentRequest" + "$ref": "../schemas/CustomerConsentRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/CustomerConsentResponse" - } + "$ref": "../schemas/CustomerConsentResponse.json" + } }, "application/xml": { "schema": { - "$ref": "../schemas/CustomerConsentResponse" + "$ref": "../schemas/CustomerConsentResponse.json" } } } diff --git a/paths/Disbursement.json b/paths/Disbursement.json index 8cdaf2f..88b7e0c 100644 --- a/paths/Disbursement.json +++ b/paths/Disbursement.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/DisbursementRequest" + "$ref": "../schemas/DisbursementRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/DisbursementRequest" + "$ref": "../schemas/DisbursementRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/DisbursementRequest" + "$ref": "../schemas/DisbursementRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/DisbursementResponse" + "$ref": "../schemas/DisbursementResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/DisbursementResponse" + "$ref": "../schemas/DisbursementResponse.json" } } } diff --git a/paths/LienCheck.json b/paths/LienCheck.json index 0d61142..ebd994a 100644 --- a/paths/LienCheck.json +++ b/paths/LienCheck.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/LienCheckRequest" + "$ref": "../schemas/LienCheckRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/LienCheckRequest" + "$ref": "../schemas/LienCheckRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/LienCheckRequest" + "$ref": "../schemas/LienCheckRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/LienCheckResponse" + "$ref": "../schemas/LienCheckResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/LienCheckResponse" + "$ref": "../schemas/LienCheckResponse.json" } } } diff --git a/paths/LoanInformation.json b/paths/LoanInformation.json index 337c1b2..ded3156 100644 --- a/paths/LoanInformation.json +++ b/paths/LoanInformation.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/LoanInformationRequest" + "$ref": "../schemas/LoanInformationRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/LoanInformationRequest" + "$ref": "../schemas/LoanInformationRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/LoanInformationRequest" + "$ref": "../schemas/LoanInformationRequest.json" } } }, @@ -33,12 +33,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/LoanInformationResponse" + "$ref": "../schemas/LoanInformationResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/LoanInformationResponse" + "$ref": "../schemas/LoanInformationResponse.json" } } } diff --git a/paths/NewTransactionCheck.json b/paths/NewTransactionCheck.json index cf2e1d3..dfcb92f 100644 --- a/paths/NewTransactionCheck.json +++ b/paths/NewTransactionCheck.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/NewTransactionCheckRequest" + "$ref": "../schemas/NewTransactionCheckRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/NewTransactionCheckRequest" + "$ref": "../schemas/NewTransactionCheckRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/NewTransactionCheckRequest" + "$ref": "../schemas/NewTransactionCheckRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/NewTransactionCheckResponse" + "$ref": "../schemas/NewTransactionCheckResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/NewTransactionCheckResponse" + "$ref": "../schemas/NewTransactionCheckResponse.json" } } } diff --git a/paths/NotificationCallback.json b/paths/NotificationCallback.json index c6bd8b7..b7d8e7c 100644 --- a/paths/NotificationCallback.json +++ b/paths/NotificationCallback.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/LoanInformationRequest" + "$ref": "../schemas/LoanInformationRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/LoanInformationRequest" + "$ref": "../schemas/LoanInformationRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/LoanInformationRequest" + "$ref": "../schemas/LoanInformationRequest.json" } } }, @@ -33,12 +33,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/LoanInformationResponse" + "$ref": "../schemas/LoanInformationResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/LoanInformationResponse" + "$ref": "../schemas/LoanInformationResponse.json" } } } diff --git a/paths/PenalCharge.json b/paths/PenalCharge.json index 6817325..420de62 100644 --- a/paths/PenalCharge.json +++ b/paths/PenalCharge.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/PenalChargeRequest" + "$ref": "../schemas/PenalChargeRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/PenalChargeRequest" + "$ref": "../schemas/PenalChargeRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/PenalChargeRequest" + "$ref": "../schemas/PenalChargeRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/PenalChargeResponse" + "$ref": "../schemas/PenalChargeResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/PenalChargeResponse" + "$ref": "../schemas/PenalChargeResponse.json" } } } diff --git a/paths/ProvideLoan.json b/paths/ProvideLoan.json index 07f9412..d919c2d 100644 --- a/paths/ProvideLoan.json +++ b/paths/ProvideLoan.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/EligibilityCheckRequest" + "$ref": "../schemas/EligibilityCheckRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/EligibilityCheckRequest" + "$ref": "../schemas/EligibilityCheckRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/EligibilityCheckRequest" + "$ref": "../schemas/EligibilityCheckRequest.json" } } }, @@ -33,12 +33,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/EligibilityCheckResponse" + "$ref": "../schemas/EligibilityCheckResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/EligibilityCheckResponse" + "$ref": "../schemas/EligibilityCheckResponse.json" } } } diff --git a/paths/RACCheck.json b/paths/RACCheck.json index d20fcf8..2f93fd1 100644 --- a/paths/RACCheck.json +++ b/paths/RACCheck.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/RACCheckRequest" + "$ref": "../schemas/RACCheckRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/RACCheckRequest" + "$ref": "../schemas/RACCheckRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/RACCheckRequest" + "$ref": "../schemas/RACCheckRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/RACCheckResponse" + "$ref": "../schemas/RACCheckResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/RACCheckResponse" + "$ref": "../schemas/RACCheckResponse.json" } } } diff --git a/paths/Repayment.json b/paths/Repayment.json index 0b3972c..e0c0878 100644 --- a/paths/Repayment.json +++ b/paths/Repayment.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/RepaymentRequest" + "$ref": "../schemas/RepaymentRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/RepaymentRequest" + "$ref": "../schemas/RepaymentRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/RepaymentRequest" + "$ref": "../schemas/RepaymentRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/RepaymentResponse" + "$ref": "../schemas/RepaymentResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/RepaymentResponse" + "$ref": "../schemas/RepaymentResponse.json" } } } diff --git a/paths/RevokeEnableConsent.json b/paths/RevokeEnableConsent.json index 7f53c8e..ab52154 100644 --- a/paths/RevokeEnableConsent.json +++ b/paths/RevokeEnableConsent.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/RevokeEnableConsentRequest" + "$ref": "../schemas/RevokeEnableConsentRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/RevokeEnableConsentRequest" + "$ref": "../schemas/RevokeEnableConsentRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/RevokeEnableConsentRequest" + "$ref": "../schemas/RevokeEnableConsentRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/RevokeEnableConsentResponse" + "$ref": "../schemas/RevokeEnableConsentResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/RevokeEnableConsentResponse" + "$ref": "../schemas/RevokeEnableConsentResponse.json" } } } diff --git a/paths/SMS.json b/paths/SMS.json index 762a101..2ccadc4 100644 --- a/paths/SMS.json +++ b/paths/SMS.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/SMSRequest" + "$ref": "../schemas/SMSRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/SMSRequest" + "$ref": "../schemas/SMSRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/SMSRequest" + "$ref": "../schemas/SMSRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/SMSResponse" + "$ref": "../schemas/SMSResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/SMSResponse" + "$ref": "../schemas/SMSResponse.json" } } } diff --git a/paths/SelectOffer.json b/paths/SelectOffer.json index 6aa60f6..14c6234 100644 --- a/paths/SelectOffer.json +++ b/paths/SelectOffer.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/SelectOfferRequest" + "$ref": "../schemas/SelectOfferRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/SelectOfferRequest" + "$ref": "../schemas/SelectOfferRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/SelectOfferRequest" + "$ref": "../schemas/SelectOfferRequest.json" } } }, @@ -33,12 +33,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/SelectOfferResponse" + "$ref": "../schemas/SelectOfferResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/SelectOfferResponse" + "$ref": "../schemas/SelectOfferResponse.json" } } } diff --git a/paths/TokenValidation.json b/paths/TokenValidation.json index 3977243..a27a79a 100644 --- a/paths/TokenValidation.json +++ b/paths/TokenValidation.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/TokenValidationRequest" + "$ref": "../schemas/TokenValidationRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/TokenValidationRequest" + "$ref": "../schemas/TokenValidationRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/TokenValidationRequest" + "$ref": "../schemas/TokenValidationRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/TokenValidationResponse" + "$ref": "../schemas/TokenValidationResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/TokenValidationResponse" + "$ref": "../schemas/TokenValidationResponse.json" } } } diff --git a/paths/TransactionVerify.json b/paths/TransactionVerify.json index e6c1f05..da3153e 100644 --- a/paths/TransactionVerify.json +++ b/paths/TransactionVerify.json @@ -11,17 +11,17 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/TransactionVerifyRequest" + "$ref": "../schemas/TransactionVerifyRequest.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/TransactionVerifyRequest" + "$ref": "../schemas/TransactionVerifyRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { - "$ref": "../schemas/TransactionVerifyRequest" + "$ref": "../schemas/TransactionVerifyRequest.json" } } } @@ -32,12 +32,12 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/TransactionVerifyResponse" + "$ref": "../schemas/TransactionVerifyResponse.json" } }, "application/xml": { "schema": { - "$ref": "../schemas/TransactionVerifyResponse" + "$ref": "../schemas/TransactionVerifyResponse.json" } } }