Something went wrong. Try again.
fork of hey-api/openapi-ts because I need some additional things
Something went wrong. Try again.
685 B · 37 lines
JSON
1234567891011121314151617181920212223242526272829303132333435363738{ "openapi": "3.0.0", "info": { "title": "OpenAPI 3.0.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": {} } } } } } }}