Tim

Results 54 comments of 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...

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?