-
Notifications
You must be signed in to change notification settings - Fork 7
fix: pystapi-validator #66
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any way we can make CI go red to show that this is broken? E.g. add a test against a dev stapi-fastapi server? I'd like a smoke test for the validator repo if we can.
…to update-validator
…to update-validator
…to update-validator
Marking as draft until we update the OpenAPI schema. ✨ love the update and uploading the validation report. |
making the validation continue on error for now |
What I'm changing
Currently the validator is detecting two errors
Undocumented Content-Type for orders
Received: application/geo+json
Documented: application/json
Response violates schema
'orders' is a required property (see Rename orders field of OrderCollection to features stapi-spec#265)
Checklist
uv run pytest
uv run pre-commit --all-files