Schema Inaccuracy
Instead of fixing the GitHub issues, you should lint the OpenAPI files first, eg using redocly:
docker run --rm -v $PWD:/spec ghcr.io/redocly/cli lint --extends=recommended-strict myApi.json
Expected
No lint errors
Reproduction Steps
docker run --rm -v $PWD:/spec ghcr.io/redocly/cli lint --extends=recommended-strict myApi.json