We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting in version 3.1.2, a number of schema definitions that are still in use are no longer present in the swagger fIles
Take OBDomestic2 still in use in 3.1.10: https://openbankinguk.github.io/read-write-api-site3/v3.1.10/resources-and-data-models/pisp/domestic-payment-consents.html#obdomestic2
OBDomestic2
Compare 3.1.1 with 3.1.2 and 3.1.10:
has a definition for OBDomestic2:
no definition for OBDomestic2:
The swagger should contain schema definitions for all classes e.g.
OBAuthorisation1
OBCharge2
OBExternalConsentStatus1Code
The swagger is missing schema definitions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Starting in version 3.1.2, a number of schema definitions that are still in use are no longer present in the swagger fIles
Take
OBDomestic2
still in use in 3.1.10: https://openbankinguk.github.io/read-write-api-site3/v3.1.10/resources-and-data-models/pisp/domestic-payment-consents.html#obdomestic2Compare 3.1.1 with 3.1.2 and 3.1.10:
has a definition for OBDomestic2:
no definition for OBDomestic2:
Expected result
The swagger should contain schema definitions for all classes e.g.
OBAuthorisation1
OBCharge2
OBDomestic2
OBExternalConsentStatus1Code
Actual result
The swagger is missing schema definitions
The text was updated successfully, but these errors were encountered: