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 8f069ee commit ae91d80Copy full SHA for ae91d80
openapi_spec_validator/validation/keywords.py
@@ -73,7 +73,7 @@ def __init__(self, registry: "KeywordValidatorRegistry"):
73
def default_validator(self) -> ValueValidator:
74
return cast(ValueValidator, self.registry["default"])
75
76
- def _collect_properties(self, schema) -> set[str]:
+ def _collect_properties(self, schema: SchemaPath) -> set[str]:
77
"""Return *all* property names reachable from this schema."""
78
props: set[str] = set()
79
0 commit comments