specification icon indicating copy to clipboard operation
specification copied to clipboard

Duplicate typename 'Platform' and 'Tag', breaking OpenAPI -> Go generatators

Open McHauge opened this issue 5 months ago • 0 comments

Hi, would it be possible to get the spec updated to fix duplicate schemas? It seems that there are 2 that are creating issues for me when trying to use generators that follow the OpenAPI spec

they are both defined in the $ref: '#/components/schemas/Platform' && $ref: '#/components/schemas/Tag' paths

But about five or so places, they both get redefined to the same things. I'm guessing this is just down to multiple people working on it as they are doing the same things (types) in those places

It would be really nice to have these fixes in the public spec :)

McHauge avatar Jul 23 '25 16:07 McHauge