Detailed reference for typed validation error behavior, generation commands, and quality gates.
Use with typed-models.md.
Typed parse/validation failures raise TypedModelValidationError with operation/boundary/model/error diagnostics.
Boundary types:
- request
- response
Strict-mode dict-domain validation targets are explicitly declared and test-backed.
cm.typed.parse(operation_key, payload)acm.typed.parse(operation_key, payload)
These validate payloads against registered typed contracts.
pnpm openapi:gen
pnpm python:openapi:gen
pnpm python:openapi:checkAPI side:
- route parity checks
- schema quality checks for typed-target operations
Python side:
- typed operation coverage tests
- typed/raw partition completeness tests
- ensure stable OpenAPI
operationId - ensure request/response schemas are present and non-loose
- regenerate models
- update typed contract mapping
- run full typed gate checks
- Typed models index:
typed-models.md - Contract reference:
typed-models-contract-reference.md - Generation runbook:
../operations/generation-and-validation.md