Skip to content

DataViewsFieldSchemaMetadata

Defined in: wp-typia-dataviews/src/index.ts:538

TValue = DataViewsScalar

readonly optional const?: DataViewsFieldElementValue<TValue>

Defined in: wp-typia-dataviews/src/index.ts:539


readonly optional description?: string

Defined in: wp-typia-dataviews/src/index.ts:540


readonly optional enum?: readonly DataViewsFieldElementValue<TValue>[]

Defined in: wp-typia-dataviews/src/index.ts:541


readonly optional enumLabels?: Readonly<Record<string, string>>

Defined in: wp-typia-dataviews/src/index.ts:542


readonly optional format?: DataViewsFieldSchemaFormat

Defined in: wp-typia-dataviews/src/index.ts:543


readonly optional max?: number

Defined in: wp-typia-dataviews/src/index.ts:545

Preferred numeric maximum; takes precedence over maximum when both are present.


readonly optional maxLength?: number

Defined in: wp-typia-dataviews/src/index.ts:546


readonly optional maximum?: number

Defined in: wp-typia-dataviews/src/index.ts:548

JSON Schema numeric maximum used when max is not present.


readonly optional min?: number

Defined in: wp-typia-dataviews/src/index.ts:550

Preferred numeric minimum; takes precedence over minimum when both are present.


readonly optional minLength?: number

Defined in: wp-typia-dataviews/src/index.ts:551


readonly optional minimum?: number

Defined in: wp-typia-dataviews/src/index.ts:553

JSON Schema numeric minimum used when min is not present.


readonly optional pattern?: string

Defined in: wp-typia-dataviews/src/index.ts:554


readonly optional required?: boolean

Defined in: wp-typia-dataviews/src/index.ts:555


readonly optional type?: DataViewsFieldSchemaType | readonly DataViewsFieldSchemaType[]

Defined in: wp-typia-dataviews/src/index.ts:556