-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
The JSON examples in the specification do not match the specification #24
Comments
Hi @rajaneeshk90, highlighting another discrepancy between the API specs and the postman collection sandbox artefact for ODR. The init requests in the postman collections utilize the tags object to differentiate between the init requests wherein the "respondent", "consent-form" and "dispute-details" are being submitted by the seeker app. In the examples mentioned in this PULSE repo, each of these details are being collected through xinput-forms. Please help resolve this inconsistency. Additionally, for submitting dispute details in particular, is there no other object in the core-schema that can handle this? As of now the parameters being passed is just a large text/description and a numerical claim value, can this not be achieved without rendering a form? |
Hi @tkkr6895 Thank you for raising these points. The Postman collection we're discussing is specifically designed for use with the sandbox environment. The inclusion of additional tags such as "respondent", "consent-form", and "dispute-details" in the init request serves the purpose of simulating dynamic behavior within the sandbox environment. This becomes necessary due to the current absence of xinput functionality in the sandbox. Regarding the submission of dispute details. Different implementers may have varied requirements for capturing respondent details. Utilizing an xinput form provides flexibility to BPPs in accommodating diverse input types. This adaptability ensures that the system remains scalable and customizable to meet the unique needs of each implementation. I trust you find this helpful. Thanks, |
Name: Pulse Specification
About: The examples are incorrect
labels: ODR, Example JSON, catalog
Description
The examples in the specification dont follow the specification definition. For example, the on_search catalog in this file is not as per the specification.
The message.provider should be inside the message.catalog.
Goals
Make the examples consistent with the specification.
Implementation Details
Go through the JSON examples present in /examples dir
Check if they are consistent with the specification
Fix all the inconsistencies found
The text was updated successfully, but these errors were encountered: