Skip to content

Commit 047953b

Browse files
committed
prefixItems: Remove statement on omitting the keyword behaving like a disallowed value
1 parent 0d88b62 commit 047953b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jsonschema-core.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,8 +1844,6 @@ this keyword applied a subschema. The value MAY be a boolean true if a subschema
18441844
was applied to every index of the instance, such as is produced by the `items`
18451845
keyword. This annotation affects the behavior of `items` and `unevaluatedItems`.
18461846

1847-
Omitting this keyword has the same assertion behavior as an empty array.
1848-
18491847
##### `items` {#items}
18501848

18511849
The value of `items` MUST be a valid JSON Schema.

0 commit comments

Comments
 (0)