Swagger UI fails to execute binary API queries
Describe the bug
When trying out the binary API end-point via the Swagger UI at
https://api.adoptium.net/q/swagger-ui/#/Binary/getBinary
the execution always fails with the message For 'feature_version': Required field is not provided. even if the feature version is provided.
To Reproduce
https://api.adoptium.net/q/swagger-ui/#/Binary/getBinary
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Device (please complete the following information):
- OS: [e.g. Windows]
- Browser [e.g. Firefox]
I believe this is related to the fact the type of that is "integernull" and the type in the schema is:
type:
- integer
- "null"
presumably our schema generation is not right at the moment
This is now fixed