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.
1 parent d165575 commit 0a035d6Copy full SHA for 0a035d6
openapi_schema_validator/validators.py
@@ -47,6 +47,9 @@
47
u"deprecated": oas_validators.not_implemented,
48
},
49
type_checker=oas_types.oas30_type_checker,
50
+ # 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