{ "components": {}, "info": { "title": "test swagger title", "version": "test swagger version" }, "openapi": "3.0.0", "paths": { "/projects": { "get": { "parameters": [ { "in": "header", "name": "bar", "schema": { "type": "string" } }, { "description": "foo description", "in": "header", "name": "foo", "schema": { "type": "string" } } ], "responses": { "default": { "description": "" } } } } } }