Skip to main content

Module contract_validation

Module contract_validation 

Source
👎Deprecated:

Will be extracted to mockforge-contracts crate

Expand description

Contract validation for ensuring API contracts match specifications Pillars: [Contracts]

Contract validation for CI/CD pipelines

Validates that mock configurations match live API responses and detects breaking changes in API contracts

Structs§

BreakingChangeDeprecated
Breaking change detected between contract versions
ContractValidatorDeprecated
Contract validator for validating OpenAPI specs against live APIs
ValidationErrorDeprecated
Validation error for contract violations
ValidationResultDeprecated
Result of contract validation with detailed breakdown
ValidationWarningDeprecated
Validation warning for non-blocking issues

Enums§

BreakingChangeTypeDeprecated
Types of breaking changes that can be detected
ChangeSeverityDeprecated
Severity level for breaking changes
WarningSeverityDeprecated
Severity level for validation warnings