Adobe Lightroom · JSON Structure

Lightroom Albums Album Payload Structure

Type: object Properties: 5
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

AlbumPayload 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

name userCreated userUpdated cover parent

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AlbumPayload",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "userCreated": {
      "type": "string"
    },
    "userUpdated": {
      "type": "string"
    },
    "cover": {
      "type": "object"
    },
    "parent": {
      "type": "object"
    }
  }
}