Skip to content

DataViewsFieldSchemaMetadata

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

TValue = DataViewsScalar

readonly optional const?: DataViewsFieldElementValue<TValue>

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


readonly optional description?: string

Defined in: wp-typia-dataviews/src/types.ts:544


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

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


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

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


readonly optional format?: DataViewsFieldSchemaFormat

Defined in: wp-typia-dataviews/src/types.ts:547


readonly optional max?: number

Defined in: wp-typia-dataviews/src/types.ts:549

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


readonly optional maxLength?: number

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


readonly optional maximum?: number

Defined in: wp-typia-dataviews/src/types.ts:552

JSON Schema numeric maximum used when max is not present.


readonly optional min?: number

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

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


readonly optional minLength?: number

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


readonly optional minimum?: number

Defined in: wp-typia-dataviews/src/types.ts:557

JSON Schema numeric minimum used when min is not present.


readonly optional pattern?: string

Defined in: wp-typia-dataviews/src/types.ts:558


readonly optional required?: boolean

Defined in: wp-typia-dataviews/src/types.ts:559


readonly optional type?: DataViewsFieldSchemaType | readonly DataViewsFieldSchemaType[]

Defined in: wp-typia-dataviews/src/types.ts:560