Expand description
Schema validation command
Validates schema.json with comprehensive checks including:
- JSON structure validation
- Type reference validation
- Circular dependency detection
- Unused type detection
Structs§
- Cycle
Error - Information about a circular dependency
- Type
Analysis - Analysis of a specific type
- Validate
Options - Options for schema validation
- Validation
Result - Detailed validation result
Functions§
- run
- Run the validate command (legacy interface)
- run_
with_ options - Run validation with options and return structured result