images_image_direct_upload_response_v2

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-direct-upload-response-v2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_direct_upload_response_v2",
  "title": "images_image_direct_upload_response_v2",
  "allOf": [
    {
      "$ref": "#/components/schemas/images_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "id": {
              "description": "Image unique identifier.",
              "example": "e22e9e6b-c02b-42fd-c405-6c32af5fe600",
              "maxLength": 32,
              "readOnly": true,
              "type": "string"
            },
            "uploadURL": {
              "description": "The URL the unauthenticated upload can be performed to using a single HTTP POST (multipart/form-data) request.",
              "example": "https://upload.imagedelivery.net/FxUufywByo0m2v3xhKSiU8/e22e9e6b-c02b-42fd-c405-6c32af5fe600",
              "type": "string"
            }
          }
        }
      }
    }
  ]
}