Items - sgpinkus/json-schema GitHub Wiki

THIS WIKI IS OBSOLETE. PLEASE SEE THE NEW JSON-SCHEMA-ORG/JSON-SCHEMA-SPEC REPOSITORY.



Description

Validation of an array instance always succeeds with regards to this keyword. The purpose of items is to validate an array instance's children (ie, elements), see here.

Valid values

This keyword's value MUST be either an object or an array.

If it is an object, this object MUST be a valid JSON Schema.

If it is an array, elements of this array MUST be objects, and each of these objects MUST be a valid JSON Schema.

⚠️ **GitHub.com Fallback** ⚠️