Skip to content

Commit 0a035d6

Browse files
committed
global jsonschema validator conflict note
1 parent d165575 commit 0a035d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi_schema_validator/validators.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
u"deprecated": oas_validators.not_implemented,
4848
},
4949
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",
5053
id_of=lambda schema: schema.get(u"id", ""),
5154
)
5255

0 commit comments

Comments
 (0)