Schema referenceΒΆ
Generated JSON Schemas under schemas/ mirror the strict Pydantic contracts for model cards,
checkpoints, embeddings, environments, source manifests, verification reports, analysis reports,
and environment-resolution reports.
uv run python scripts/generate_schemas.py --check
uv run python scripts/validate_repository.py
Do not hand-edit generated schemas. Change the typed contract, regenerate, review the diff, and run both Pydantic and JSON Schema fixture tests.
Authored field semantics and cross-field invariants are in Model-card contracts, Environment specifications, Runtime verification, and Onboarding contracts. Generated schemas are serialization artifacts; inherited Pydantic implementation methods are not part of the curated user API.