Adobe Lightroom · JSON Structure

Lightroom Albums Assets List Response Structure

Type: object Properties: 2
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

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

Properties

base resources

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

JSON Structure

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