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 8db1457 commit 2590fd1Copy full SHA for 2590fd1
referencing/jsonschema.py
@@ -54,7 +54,7 @@ def _legacy_id(contents: ObjectSchema) -> URI | None:
54
def _legacy_anchor_in_dollar_id(
55
specification: Specification[Schema],
56
contents: Schema,
57
-) -> Iterable[Anchor[ObjectSchema]]:
+) -> Iterable[Anchor[Schema]]:
58
if isinstance(contents, bool):
59
return []
60
id = contents.get("$id", "")
0 commit comments