Skip to main content
Version: Next

SchemaParserConfig

age-schema-client v0.5.0


age-schema-client / SchemaParserConfig

Interface: SchemaParserConfig

Defined in: src/schema/parser.ts:35

Schema parser configuration

Properties

PropertyTypeDescriptionDefined in
validateOnParse?booleanWhether to validate the schema after parsingsrc/schema/parser.ts:39
collectAllErrors?booleanWhether to collect all validation errors instead of failing on the first errorsrc/schema/parser.ts:44
validateRelationships?booleanWhether to validate relationship constraintssrc/schema/parser.ts:49
detectCircularDependencies?booleanWhether to detect circular dependenciessrc/schema/parser.ts:54
minVersion?stringMinimum supported schema versionsrc/schema/parser.ts:59
maxVersion?stringMaximum supported schema versionsrc/schema/parser.ts:64