class qveris.VerificationCheck(*, name: Literal['schema', 'authentication', 'description_contract', 'provider_identity', 'permissions', 'freshness', 'live_check'], status: Literal['missing', 'verifying', 'passed', 'stale', 'failed', 'restricted'], checked_at: str | None = None, evidence_digest: str | None = None, reason: str | None = None, **extra_data: Any)
model_post_init(context: Any, /) → None
This function is meant to behave like a BaseModel method to initialise private attributes.
It takes context as an argument since that's what pydantic-core passes when calling it.
- 参数:
- self -- The BaseModel instance.
- context -- The context.
