SchemaInterface interface

Interface for Schema class.

Signature:

export interface SchemaInterface extends SchemaShared<SchemaInterface> 

Extends: SchemaShared<SchemaInterface>

Properties

Property Type Description
type SchemaType The type of the property. SchemaType.

SchemaInterface.type

The type of the property. SchemaType.

Signature:

type: SchemaType;