-
Notifications
You must be signed in to change notification settings - Fork 12
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
WIP: Fix swagger.yaml and validate it in GitHub Actions #205
base: master
Are you sure you want to change the base?
Conversation
A couple of the API endpoints were missing the `schema` tag, causing failure in processing by openapi-generator.
Note that this makes [pull request 136](phenoscape#136) obsolete.
@balhoff I think this could make the CI tests more informative. Please review it and let me know what you think. |
A quick follow-up: the It looks like there are still one or two missing, so I am tagging this as Draft until I have added them. |
Debugging openAPI YAML is ... not easy. |
Thanks so much for doing this! Looks good so far. Do you want to make it a draft PR? There's a little link in the Reviewers box (I always have to search for it). |
A couple of the API endpoints were missing the
schema
tag, causing failure in processing by openapi-generator.Also added a schema with description for JSON prefix maps, making #136 obsolete.
Added OpenAPI/Swagger API validation to CI.