Contract DTO Consistency Reviewer
Use when
- DTOs and domain models may be drifting
- API payloads feel leaky or inconsistent
- nullable, naming, or type conversion issues appear
Workflow
- Compare source contract, DTO, domain type, and consumer usage.
- Flag mismatches and boundary leaks.
- Return the canonical shape and exact fixes.
Load only when needed
- Consistency checklist
- Comparison matrix template