Expand description
Schema validation and semantic analysis.
This module validates parsed schemas for semantic correctness:
- All type references are valid
- Relations are properly defined
- Required attributes are present
- No duplicate definitions
Structs§
- Validator
- Schema validator for semantic analysis.
Functions§
- validate_
schema - Validate a schema string and return the validated schema.