{ "openapi": "3.0.3", "paths": { "/test": { "post": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "shortname": { "type": "string" }, "settings": { "type": "object", "properties": { "s1": { "type": "boolean" } } } } } } } } } }, "put": { "responses": { "200": { "content": { "application/json": { "schema": { "type": "string" } } } } } } } } }