Adobe Lightroom · JSON Structure

Lightroom Firefly Services Job Response Structure

Type: object Properties: 5
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

JobResponse is a JSON Structure definition published by Adobe Lightroom, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

jobId created modified outputs _links

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobResponse",
  "type": "object",
  "properties": {
    "jobId": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "modified": {
      "type": "string"
    },
    "outputs": {
      "type": "array"
    },
    "_links": {
      "type": "object"
    }
  }
}