Module validator

Module validator 

Source
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.