Skip to content

Commit 4d85229

Browse files
committed
Search for schemas in properties.
1 parent d67518e commit 4d85229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

referencing/jsonschema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def subresources_of(resource: ObjectSchema) -> Iterable[ObjectSchema]:
106106
subresources_of=_subresources_of(
107107
in_value={"if", "then", "else"},
108108
in_subarray={"allOf", "anyOf", "oneOf"},
109-
in_subvalues={"definitions"},
109+
in_subvalues={"definitions", "properties"},
110110
),
111111
anchors_in=_legacy_anchor_in_id,
112112
)

0 commit comments

Comments
 (0)