Adobe Creative Cloud · JSON Structure

Adobe Firefly Api Image Reference Structure

Reference to an image by upload ID or presigned URL.

Type: object Properties: 1
AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

ImageReference is a JSON Structure definition published by Adobe Creative Cloud, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

source

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-cloud/refs/heads/main/json-structure/adobe-firefly-api-image-reference-structure.json",
  "name": "ImageReference",
  "description": "Reference to an image by upload ID or presigned URL.",
  "type": "object",
  "properties": {
    "source": {
      "type": "object",
      "properties": {
        "uploadId": {
          "type": "string",
          "description": "Upload ID from the image upload endpoint."
        },
        "url": {
          "type": "uri",
          "description": "Presigned URL to the image."
        }
      }
    }
  }
}