Adobe Lightroom · Schema

Album

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
id string Album unique identifier
type string
subtype string Album subtype
created string
updated string
View JSON Schema on GitHub

JSON Schema

lightroom-albums-album-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Album",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Album unique identifier"
    },
    "type": {
      "type": "string"
    },
    "subtype": {
      "type": "string",
      "description": "Album subtype"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    }
  }
}