Interfaces
SimpleArrayItemSchema
A simple array item schema with properties. SimpleArrayItemSchema
Extends
BasicSchema
Properties
description?
Inherited from
BasicSchema.description
properties
The properties of the array item.
required
The required properties of the array item.
type
The type of the schema, which is always “object”.
Overrides
BasicSchema.type