A simple array item schema with properties. SimpleArrayItemSchema

Extends

  • BasicSchema

Properties

description?

optional description: string;

Inherited from

BasicSchema.description

properties

properties: Record<string, SimpleArrayStringSchema>;
The properties of the array item.

required

required: string[];
The required properties of the array item.

type

type: "object";
The type of the schema, which is always “object”.

Overrides

BasicSchema.type