You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ swagger-cli validate examples.yaml
Swagger schema validation failed.
Data does not match any schemas from 'oneOf' at #/components/schemas/Test
Additional properties not allowed: examples at #/components/schemas/Test
Missing required property: $ref at #/components/schemas/Test
Expected type object but found type null at #/paths
JSON_OBJECT_VALIDATION_FAILED
The text was updated successfully, but these errors were encountered:
I'm trying to use multiple examples in my OpenAPI definition but it doesn't seem to work:
The text was updated successfully, but these errors were encountered: