schema#

Pydantic schemas for validating MMM YAML configuration files.

Functions

suggest_typo_fix(key, valid_keys, *[, cutoff])

Return the closest match for key from valid_keys, or None.

Classes

BuildSpec(**data)

Schema for an object build specification.

CalibrationStep(**data)

Schema for a single calibration step.

DataConfig(**data)

Schema for data path configuration.

MMMYamlConfig(**data)

Schema for the top-level MMM YAML configuration.