File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1837,7 +1837,7 @@ results.
1837
1837
1838
1838
##### ` prefixItems `
1839
1839
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.
1841
1841
1842
1842
Validation succeeds if each element of the instance validates against the
1843
1843
subschema 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
1849
1849
was applied to every index of the instance, such as is produced by the ` items `
1850
1850
keyword. This annotation affects the behavior of ` items ` and ` unevaluatedItems ` .
1851
1851
1852
- Omitting this keyword has the same assertion behavior as an empty array.
1853
-
1854
1852
##### ` items ` {#items}
1855
1853
1856
1854
The value of ` items ` MUST be a valid JSON Schema.
You can’t perform that action at this time.
0 commit comments