Expand description
Drift
Detect changes between OpenAPI documents.
Structs§
- Change
- Describes changes detected within a single component or endpoint.
- Change
Info - A single change detected at a specific location within a component/endpoint.
- Change
Path - A paired path through old and new documents that led to a change.
- Json
Path Stack - Strongly-typed path stack for tracking location in OpenAPI documents.
Enums§
- Change
Class - Classification of how a change affects compatibility between two OpenAPI documents.
- Change
Comparison - Change
Details