Solved
Forum Discussion
Is there a good example of the 3.0?
When I switch my doc to point to 3.0 I get this:
Schema error at swagger
should be equal to one of the allowed values allowedValues: 2.0
3.0 specs use
openapi: 3.0.0
not
swagger: "3.0"
We have a 3.0 syntax guide here:
https://swagger.io/docs/specification/basic-structure/
and the response syntax guide:
https://swagger.io/docs/specification/describing-responses/Hope this helps!