Identical files comparison shows diff
- Dominant language
- TypeScript
- Stars
- 71
- Forks
- 9
- Avg merge
- 7m
- Merged PRs (30d)
- 4
Description
Hi!
I have two identical files (see attachment) but when I am trying to compare them I receive a following result:
Modified: GET /categories/{subsidiaryId}
Path went from `/categories/{publicId}` to `/categories/{subsidiaryId}` (same operationId)
[Breaking] Path parameter removed: publicId
Removing a resource is always breaking unless it was deprecated before (breaking)
Path parameter added: subsidiaryId
Modified: PATCH /categories/{categoryId}
Path went from `/categories/{publicId}` to `/categories/{categoryId}` (same operationId)
[Breaking] Path parameter removed: publicId
Removing a resource is always breaking unless it was deprecated before (breaking)
Path parameter added: categoryId
That doesn't seems to be a correct comparison. Could you please take a look?
[current_swagger.json](https://github.com/user-attachments/files/24966951/current_swagger.json)
[master_swagger.json](https://github.com/user-attachments/files/24966950/master_swagger.json)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.