openapi-diff icon indicating copy to clipboard operation
openapi-diff copied to clipboard

Utility for comparing two OpenAPI specifications.

Results 101 openapi-diff issues
Sort by recently updated
recently updated
newest added

'example' and "examples" fields in OpenAPI objects (eg Parameter, Schema, MediaType, Header) are not compared. Old schema: ``` schema: type: string, example: old example ``` New schema: ``` schema: type:...