Adobe Lightroom · Schema

AlbumAssetsRequest

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
resources array List of asset references to add to the album
View JSON Schema on GitHub

JSON Schema

lightroom-services-album-assets-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AlbumAssetsRequest",
  "type": "object",
  "properties": {
    "resources": {
      "type": "array",
      "description": "List of asset references to add to the album"
    }
  }
}