{ "openapi": "3.1.0", "info": { "title": "OpenAPI 3.1.0 content binary example", "version": "1" }, "paths": { "/foo": { "get": { "responses": { "200": { "content": { "image/png": { "schema": { "type": "string", "contentMediaType": "image/png", "contentEncoding": "base64" } } } } } } }, "/bar": { "get": { "responses": { "200": { "content": { "application/zip": {} } } } } } } }