diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 784ab7e..66d0ad4 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -9315,6 +9315,12 @@ components: created: description: Unix timestamp (seconds) when the image was generated type: integer + media_type: + description: >- + Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG). Present for + non-raster outputs such as SVG (`image/svg+xml`). + example: image/svg+xml + type: string type: description: The event type enum: @@ -9474,6 +9480,12 @@ components: b64_json: description: Base64-encoded image bytes type: string + media_type: + description: >- + Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG). + Present for non-raster outputs such as SVG (`image/svg+xml`). + example: image/svg+xml + type: string required: - b64_json type: object