yera.config.schema.hubs

Yera Hub connections schema.

Symbols

class HubConfig — All hub definitions plus optional default hub name.
class HubConnection — Per-hub connection settings (validated).

HubConfig

Inherits: BaseModel

All hub definitions plus optional default hub name.

Hub names are plain strings with no validation or normalisation at the model layer, preserving fidelity to the names recorded in TOML. Whitespace stripping happens at CLI ingestion; the non-empty constraint is enforced at the write path and CLI prompt.

HubConnection

Inherits: BaseModel

Per-hub connection settings (validated).