Adobe Lightroom · Schema

AssetsListResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
base string Base URL for the API
resources array List of asset resources
View JSON Schema on GitHub

JSON Schema

lightroom-services-assets-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssetsListResponse",
  "type": "object",
  "properties": {
    "base": {
      "type": "string",
      "description": "Base URL for the API"
    },
    "resources": {
      "type": "array",
      "description": "List of asset resources"
    }
  }
}