Failed validating 'oneOf' in schema['properties']['paths']['patternProperties']['^\\/']['patternProperties']['^(get|put|post|delete|options|head|patch|trace)$']['properties']['parameters']['items']:
#116
Labels
I get:
for
since
openapi-spec-validator==0.3.0
. It succeeded to validate withopenapi-spec-validator==0.2.10
.If I remove one of
example
orexamples
from#/components/parameters/foo
the validation succeeds.Does openapi define them as mutually exclusive?
https://swagger.io/docs/specification/adding-examples/ doesn't seem to contain a mix. The swagger UI just sucks in displaying
examples
.The text was updated successfully, but these errors were encountered: