SchemaRequest interface

Final format for Schema params passed to backend requests.

Signature:

exportinterfaceSchemaRequestextendsSchemaShared<SchemaRequest>

Extends:SchemaShared<SchemaRequest>

Properties

PropertyTypeDescription
requiredstring[]Optional. Array of required property.
typeSchemaTypeThe type of the property. SchemaType.

SchemaRequest.required

Optional. Array of required property.

Signature:

required?:string[];

SchemaRequest.type

The type of the property. SchemaType.

Signature:

type:SchemaType;