{ "openapi": "3.0.3", "paths": { "/test": { "post": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "string" } } } } } }, "get": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "string" } } } } } }, "put": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "string" } } } } } } }, "/test2": { "post": { "responses": { "202": { "content": { "text/plain": { "schema": { "type": "string" } } } } } } } } }