they are of no use in the latest JSON Schema reference, see: https://json-schema.org/understanding-json-schema/reference/array.html > The items keyword can be used to control whether it’s valid to have additional items in a tuple beyond what is defined in prefixItems. The value of the items keyword is a schema that all additional items must pass in order for the keyword to validate. > Before to Draft 2020-12, you would use the additionalItems keyword to constrain additional items on a tuple. It works the same as items, only the name has changed. > In Draft 6 - 2019-09, the additionalItems keyword is ignored if there is not a "tuple validation" items keyword present in the same schema. |
||
|---|---|---|
| .. | ||
| jsoncv.schema.json | ||
| jsonresume.schema.json | ||