Adobe Lightroom · Schema

AlbumsListResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
base string
resources array List of album resources
View JSON Schema on GitHub

JSON Schema

lightroom-services-albums-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AlbumsListResponse",
  "type": "object",
  "properties": {
    "base": {
      "type": "string"
    },
    "resources": {
      "type": "array",
      "description": "List of album resources"
    }
  }
}