SchemaParserConfig
age-schema-client / SchemaParserConfig
Interface: SchemaParserConfig
Defined in: src/schema/parser.ts:35
Schema parser configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
validateOnParse? | boolean | Whether to validate the schema after parsing | src/schema/parser.ts:39 |
collectAllErrors? | boolean | Whether to collect all validation errors instead of failing on the first error | src/schema/parser.ts:44 |
validateRelationships? | boolean | Whether to validate relationship constraints | src/schema/parser.ts:49 |
detectCircularDependencies? | boolean | Whether to detect circular dependencies | src/schema/parser.ts:54 |
minVersion? | string | Minimum supported schema version | src/schema/parser.ts:59 |
maxVersion? | string | Maximum supported schema version | src/schema/parser.ts:64 |