A simple array schema with string properties. SimpleArrayStringSchema

Extends

  • BasicSchema

Properties

description?

optional description: string;

Inherited from

BasicSchema.description


primary?

optional primary: boolean;

Optional. Indicates whether this is a primary property.


type

type: "string";

The type of the schema, which is always “string”.

Overrides

BasicSchema.type