Skip to main content
Version: 0.3.0

ArrayConstraints

age-schema-client v0.3.0


age-schema-client / ArrayConstraints

Interface: ArrayConstraints

Defined in: src/schema/types.ts:231

Array property constraints

Properties

PropertyTypeDescriptionDefined in
minItems?numberMinimum array lengthsrc/schema/types.ts:235
maxItems?numberMaximum array lengthsrc/schema/types.ts:240
uniqueItems?booleanWhether array items must be uniquesrc/schema/types.ts:245
items?PropertyDefinitionItem type definitionsrc/schema/types.ts:250