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 :)