yera.creds.schema
Pydantic schemas for the credential store.
Symbols
CredentialEntry
Inherits:
BaseModelA single stored credential value with timestamps.
CredentialGroup
Inherits:
BaseModelA credential group: authorisation metadata plus credential key/value pairs.
extra="ignore" keeps the schema forward-compatible within each version — future
minor additions to the file format will not cause validation failures.
credentials stores raw dicts so that individual entries can be
validated lazily (per-entry) without failing the entire group load.
CredentialStore
Inherits:
BaseModelTop-level credential store model.
extra="ignore" keeps the schema forward-compatible within each version.