images_image_response_blob

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-response-blob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_response_blob",
  "title": "images_image_response_blob",
  "anyOf": [
    {
      "type": "string"
    },
    {
      "type": "object"
    }
  ],
  "example": "<image blob data>"
}