Adobe Lightroom · JSON Structure

Lightroom Albums Album Assets Request Structure

Type: object Properties: 1
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

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

Properties

resources

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AlbumAssetsRequest",
  "type": "object",
  "properties": {
    "resources": {
      "type": "array"
    }
  }
}