Replies: 2 comments 8 replies
-
Indeed, this is not a breaking change. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Running |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of my types in my API spec changed from
{'enum': ['a', 'b'], 'type': 'string'}
to{'$ref': '#/definitions/Foo'}
with that definition being{'enum': ['a', 'b'], 'type': 'string'}
.I would argue that this is not a breaking change and oasdiff should allow it. Is there a reason this should be considered breaking?
Beta Was this translation helpful? Give feedback.
All reactions