Skip to main content

Crate rdx_schema

Crate rdx_schema 

Source

Structs§

ComponentSchema
Schema definition for a single component.
Diagnostic
A single validation diagnostic tied to a source location.
PropSchema
Schema definition for a single prop.
Schema
A schema registry mapping component names to their definitions.

Enums§

PropType
The expected type of a prop value.
Severity
Severity level for validation diagnostics.

Functions§

validate
Validate an RDX AST against a schema. Returns a list of diagnostics.