You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples are having data-type change only for required property but tested the same for optional property giving same output
Command used: docker run --rm -t -v $(pwd):/specs openapitools/openapi-diff:2.1.0-beta.6 /specs/old.yml /specs/new.yml --state
EDIT: The same changes are considered as incompatible with openapi: 3.0.3 and below
The text was updated successfully, but these errors were encountered:
Case 1:
old.yml
new.yml
Case 2:
old.yml
new.yml
Examples are having data-type change only for required property but tested the same for optional property giving same output
Command used:
docker run --rm -t -v $(pwd):/specs openapitools/openapi-diff:2.1.0-beta.6 /specs/old.yml /specs/new.yml --state
EDIT: The same changes are considered as
incompatible
withopenapi: 3.0.3
and belowThe text was updated successfully, but these errors were encountered: