Adobe Lightroom · Schema

AssetsListResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

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

JSON Schema

lightroom-albums-assets-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssetsListResponse",
  "type": "object",
  "properties": {
    "base": {
      "type": "string"
    },
    "resources": {
      "type": "array"
    }
  }
}