Closed yoe closed 3 years ago
I'm encountering the same problem. Did you manage to get it working?
This is not correct:
content:
schema:
application/json:
It should be:
content:
application/json:
schema:
Next time, please provide a smaller failing case.
When trying to run the following:
the output is:
With previous versions of
Mojolicious::Plugin::OpenAPI
, this would just work, so this is a regression.Posting the YAML file into the swagger.io editor validates it just fine.