Skip to main content
Version: Next

ObjectConstraints

age-schema-client v0.5.0


age-schema-client / ObjectConstraints

Interface: ObjectConstraints

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

Object property constraints

Properties

PropertyTypeDescriptionDefined in
required?string[]Required propertiessrc/schema/types.ts:260
properties?Record<string, PropertyDefinition>Property definitionssrc/schema/types.ts:265
additionalProperties?| boolean | PropertyDefinitionAdditional properties schemasrc/schema/types.ts:270