Skip to main content

Module schema

Module schema 

Source
Expand description

Schema definition, runtime loading, and JSON row validation.

Structs§

FieldDef
A single field definition parsed from schema.yaml.
SchemaConfig
The parsed contents of a schema.yaml file.

Enums§

FieldType
The type of a field as declared in schema.yaml.

Functions§

load_from_path
Loads and parses a schema.yaml file from the given path.