Schema.items

MUST be present if the type is array.

Successful validation of an array instance with regards to these two keywords is determined as follows:

If either keyword is absent, it may be considered present with an empty schema.

class Schema
@optional
Schema items;

Meta