{ "openapi": "3.0.3", "paths": { "/test": { "put": { "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "number" } } } } }, "patch": { "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "string" } } } } }, "post": { "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "string" } } } } } } } }