ArrayConstraints
age-schema-client / ArrayConstraints
Interface: ArrayConstraints
Defined in: src/schema/types.ts:231
Array property constraints
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
minItems? | number | Minimum array length | src/schema/types.ts:235 |
maxItems? | number | Maximum array length | src/schema/types.ts:240 |
uniqueItems? | boolean | Whether array items must be unique | src/schema/types.ts:245 |
items? | PropertyDefinition | Item type definition | src/schema/types.ts:250 |