SchemaConfig
age-schema-client / SchemaConfig
Interface: SchemaConfig
Defined in: src/core/types.ts:121
Schema configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
path? | string | Path to schema file | src/core/types.ts:125 |
schema? | unknown | Schema object | src/core/types.ts:130 |
validation? | ValidationOptions | Validation options | src/core/types.ts:135 |