Expand description
This module defines the structures and implementations for schemas, including types, references, and validators.
Structs§
- Reference
- Represents a reference to another schema, including an optional name and schema name.
- Schema
- Represents a schema with a name, type, optional properties, and JSON representation.
- Validator
- Represents a validator with a name, optional datum and redeemer, and parameters.
Enums§
- Type
Name - Represents the different types a schema can have.