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.
HistoryMode
Row-history recording mode declared in schema.yaml (history: key).

Functions§

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