Expand description
contract_validation lives in mockforge_intelligence::contract_validation
(Issue #562 phase 5). Re-exported here so existing
mockforge_core::contract_validation::* call sites
(mockforge-cli, in-core ai_studio) keep compiling unchanged.
Pillars: [Contracts]
Contract validation for CI/CD pipelines
Validates that mock configurations match live API responses and detects breaking changes in API contracts
Structs§
- Breaking
Change - Breaking change detected between contract versions
- Contract
Validator - Contract validator for validating OpenAPI specs against live APIs
- Validation
Error - Validation error for contract violations
- Validation
Result - Result of contract validation with detailed breakdown
- Validation
Warning - Validation warning for non-blocking issues
Enums§
- Breaking
Change Type - Types of breaking changes that can be detected
- Change
Severity - Severity level for breaking changes
- Warning
Severity - Severity level for validation warnings