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
left := `openapi: 3.0
components:
schemas:
Yo:
type: int
OK:
$ref: '#/components/schemas/Yo'`
right := `openapi: 3.0
components:
schemas:
Yo:
type: int
OK:
type: int'`
is set as breaking whereas to me should not
an approach would be to manage the diff after resolving the $ref so that it compares consistant definitive data
this would also match the refactoring use case where some item are moved , factorized and so on
The text was updated successfully, but these errors were encountered:
given the test below
is set as breaking whereas to me should not
an approach would be to manage the diff after resolving the $ref so that it compares consistant definitive data
this would also match the refactoring use case where some item are moved , factorized and so on
The text was updated successfully, but these errors were encountered: