Skip to content

Commit 52d9bcf

Browse files
committed
not contains subresources
1 parent a8c6675 commit 52d9bcf

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
@@ -108,7 +108,7 @@ def subresources_of(contents: Schema) -> Iterable[ObjectSchema]:
108108
name="draft-07",
109109
id_of=_dollar_id_pre2019,
110110
subresources_of=_subresources_of(
111-
in_value={"if", "then", "else"},
111+
in_value={"if", "then", "else", "not"},
112112
in_subarray={"allOf", "anyOf", "oneOf"},
113113
in_subvalues={"definitions", "properties"},
114114
),

suite

0 commit comments

Comments
 (0)