OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
780 stars 153 forks source link

Treat new PUT request properties as compatible again #538

Closed westse closed 11 months ago

westse commented 1 year ago

Effectively reverts change for #136 (and PR #137) which appear invalid in intent, implementation, and test.

In theory one could argue that some servers might enforce the "SHOULD NOT" language of the spec by returning validation errors where they didn't before, and this would constitute an API breakage. But that should be discussed in a different issue.

Fixes #537 Refs #136 Refs #137