Skip to main content

ObjectConstraintMeta

Experimental

Object constraint metadata for JIT compilation.

Since​

2.0.0


Properties​

properties: ObjectPropertyMeta[]​

Experimental

Properties to validate

strict?: boolean​

Experimental

Whether to use strict mode (reject extra keys)

strictMessage?: string​

Experimental

Custom error message for strict mode violations

minKeys?: object​

Experimental

Minimum number of keys

value: number​

message?: string​

maxKeys?: object​

Experimental

Maximum number of keys

value: number​

message?​

optional message: string