UNPKG

saasify-openapi-utils

Version:
52 lines (51 loc) 1.07 kB
{ "openapi": "3.0.2", "info": { "title": "Fast API", "version": "0.1.0" }, "paths": { "/": { "get": { "summary": "Read Root", "operationId": "read_root__get", "parameters": [ { "schema": { "title": "x-saasify-user", "type": "string" }, "name": "x-saasify-user", "in": "header" }, { "schema": { "title": "x-saasify-plan", "type": "string" }, "name": "x-saasify-plan", "in": "header" }, { "schema": { "title": "foo", "type": "string" }, "name": "foo", "in": "header" } ], "responses": { "200": { "description": "Successful Response", "content": { "application/json": { "schema": {} } } } } } } } }