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 b36c12b commit 5af31e4Copy full SHA for 5af31e4
openapi_schema_validator/validators.py
@@ -74,4 +74,4 @@ def iter_errors(self, instance, _schema=None):
74
'nullable': False,
75
})
76
77
- return super(OAS30Validator, self).iter_errors(instance, _schema)
+ return super(OAS30Validator, self).evolve(schema=_schema).iter_errors(instance)
0 commit comments