{ "openapi": "3.0.0", "info": { "title": "My API", "version": "1.0" }, "paths": { "/example": { "get": { "summary": "Get example", "responses": { "200": { "description": "OK" } } } } } }