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 8049b64 + 3692c7f commit 83f801bCopy full SHA for 83f801b
docs/customizations.rst
@@ -10,7 +10,7 @@ By default, spec dict is validated on spec creation time. Disabling the validato
10
11
from openapi_core import Spec
12
13
- spec = Spec.create(spec_dict, validator=False)
+ spec = Spec.create(spec_dict, validator=None)
14
15
Deserializers
16
-------------
0 commit comments