Schema
Interfaces, Classes and Traits
- Any_Of_Schema
- Represents a schema that allows a value to match any of the given schemas.
- Array_Schema
- Represents a schema for an array.
- Boolean_Schema
- Represents a schema for a boolean.
- Integer_Schema
- Represents a schema for an integer.
- Null_Schema
- Represents a schema for a null.
- Number_Schema
- Represents a schema for a number.
- Object_Schema
- Represents a schema for an object.
- One_Of_Schema
- Represents a schema that allows a value to match one of the given schemas.
- String_Schema
- Represents a schema for a string.