ObjectConstraints
age-schema-client / ObjectConstraints
Interface: ObjectConstraints
Defined in: src/schema/types.ts:256
Object property constraints
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
required? | string[] | Required properties | src/schema/types.ts:260 |
properties? | Record<string, PropertyDefinition> | Property definitions | src/schema/types.ts:265 |
additionalProperties? | | boolean | PropertyDefinition | Additional properties schema | src/schema/types.ts:270 |