Tim
Tim
Its definitly something, but it only checks for valid syntax, while I'd like this to also check that a Query works and is able to be deserialized into a specific...
Did someone actually manage to fix this?
Facing a simular issue where Parameters: ```json "parameters": [ { "name": "user_id", "in": "query", "required": true, "schema": { "$ref": "#/components/schemas/UserId" } }, ``` Don't get added to the components: ```json...
Im assuming [] would also break this?