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 ab7222a commit 2f68bfcCopy full SHA for 2f68bfc
openapi_schema_validator/validators.py
@@ -71,4 +71,4 @@ def iter_errors(self, instance, _schema=None):
71
'nullable': False,
72
})
73
74
- return super(OAS30Validator, self).iter_errors(instance, _schema)
+ return super(OAS30Validator, self).evolve(schema=_schema).iter_errors(instance)
0 commit comments