Adobe Lightroom · JSON Structure

Lightroom Services Album Response Structure

Type: object Properties: 7
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

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

Properties

base id type subtype created updated payload

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AlbumResponse",
  "type": "object",
  "properties": {
    "base": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "subtype": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "payload": {
      "type": "object"
    }
  }
}