additionalItems : Schema
additionalItems
SchemaIf items
is set to an array of schemas, validation succeeds if each element of the instance not covered by it validates against this schema.
Value |
This keyword must be set to a valid JSON Schema
Hint: Use the jsonschema metaschema command to catch keywords set to invalid values
|
---|---|
Kind | Applicator Annotation |
Applies To | Array |
Base Dialect | 2019-09 |
Changed In | None |
Introduced In | Draft 3 |
Vocabulary | Applicator |
Specification | https://json-schema.org/draft/2019-09/draft-handrews-json-schema-02#rfc.section.9.3.1.2 |
Metaschema | https://json-schema.org/draft/2019-09/meta/applicator |
Official Tests | draft2019-09/additionalItems.json |
Default |
{}
|
Annotation |
Boolean
A boolean true if it applied to any item of the instance
Hint: Use the jsonschema validate command to collect annotations from the command-line
|
Affected By |
|
Affects |
|
Also See |
|