Skip to content

TimeConstraints

Defined in: field/types/Time.ts:24

Time-specific constraints

  • BaseConstraints

optional enum: string[]

Defined in: field/types/Time.ts:49

Restrict values to a specified set of times Should be in string time format (e.g., “HH:MM:SS”)


optional exclusiveMaximum: string

Defined in: field/types/Time.ts:43

Exclusive maximum time value


optional exclusiveMinimum: string

Defined in: field/types/Time.ts:38

Exclusive minimum time value


optional maximum: string

Defined in: field/types/Time.ts:33

Maximum allowed time value


optional minimum: string

Defined in: field/types/Time.ts:28

Minimum allowed time value


optional required: boolean

Defined in: field/types/Base.ts:62

Indicates if field is allowed to be null/empty

BaseConstraints.required


optional unique: boolean

Defined in: field/types/Base.ts:67

Indicates if values must be unique within the column

BaseConstraints.unique