We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1e3459 + 0a035d6 commit 39f6fa4Copy full SHA for 39f6fa4
openapi_schema_validator/validators.py
@@ -47,7 +47,9 @@
47
u"deprecated": oas_validators.not_implemented,
48
},
49
type_checker=oas_types.oas30_type_checker,
50
- version="oas30",
+ # NOTE: version causes conflict with global jsonschema validator
51
+ # See https://github.com/p1c2u/openapi-schema-validator/pull/12
52
+ # version="oas30",
53
id_of=lambda schema: schema.get(u"id", ""),
54
)
55
0 commit comments