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 8049b64 commit 3692c7fCopy full SHA for 3692c7f
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