Why
We have a linting rule which checks for duplicate operation IDs / duplicate operations. This linting rule wasn't catching duplicates if the operations were living in an external $ref.
What
Currently when building the index of operations we weren't checking for refs, this PR changes that.
Why We have a linting rule which checks for duplicate operation IDs / duplicate operations. This linting rule wasn't catching duplicates if the operations were living in an external $ref.
What Currently when building the index of operations we weren't checking for refs, this PR changes that.