If present, a schema that validates items of an array
Value MUST be an object and not an array. Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema. items MUST be present if the type is array.
https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-5.9
See Implementation
If present, a schema that validates items of an array
Value MUST be an object and not an array. Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema. items MUST be present if the type is array.