File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ results.
18371837
18381838##### ` prefixItems `
18391839
1840- The value of " prefixItems` MUST be a non-empty array of valid JSON Schemas.
1840+ The value of ` prefixItems ` MUST be a non-empty array of valid JSON Schemas.
18411841
18421842Validation succeeds if each element of the instance validates against the
18431843subschema at the same position, if any. This keyword does not constrain the
@@ -1849,8 +1849,6 @@ this keyword applied a subschema. The value MAY be a boolean true if a subschema
18491849was applied to every index of the instance, such as is produced by the ` items `
18501850keyword. This annotation affects the behavior of ` items ` and ` unevaluatedItems ` .
18511851
1852- Omitting this keyword has the same assertion behavior as an empty array.
1853-
18541852##### ` items ` {#items}
18551853
18561854The value of ` items ` MUST be a valid JSON Schema.
You can’t perform that action at this time.
0 commit comments