{ "openapi": "3.0.3", "paths": { "/test": { "post": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "string" } } } } } }, "get": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "number" } } } } } }, "delete": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "string" } } } } } } } } }