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

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.8.1 to 3.11.0. Release notes Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases. 3.11.0 Release Notes - Maven Plugin Tools - Version 3.11.0 Bug [MPLUGIN-496] - Translation for keys report.plugin.goal.yes,no are...

dependencies
java

The _text_ output which is printed by default by the CLI doesn't show all the information that the _markdown_ output shows: #### spec1.yaml ```yaml components: schemas: SomeDTO: someProperty: type: string...

Removing a mandatory or optional property in the input data (request body) is NOT recognized as a breaking change in the tool. Why not ?

Hello, Thanks alot for this great library. I am testing this library and found the following bugs when comparing Schemas, Library version: 'org.openapitools.openapidiff:openapi-diff-core:2.1.0-beta.8' 1. Removing an attribute from a Model...

### Discussed in https://github.com/OpenAPITools/openapi-diff/discussions/603 Originally posted by **rupeshkumarmall** December 28, 2023 I have two *.yaml files named **pet_source.yaml and pet_target.yaml.** The requirement is to identify the differences between the source...

if in new api version some property is not required anymore, new api is recognized as not compatible old api schema definition: ``` "SomeDto": { "required": [ "prop1", "prop2", "prop3"...

Hello Team, Requesting you to please check this issue and help. Performing schema validation with oneOf, discriminator and mapping property in oas3.0. Error: ``` { "fault": { "faultstring": "OASValidation MAM-EXT-SpecValidation...