Adobe Lightroom · JSON Structure

Lightroom Catalog Catalog Response Structure

Type: object Properties: 7
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

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

Properties

base id type created updated payload links

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CatalogResponse",
  "type": "object",
  "properties": {
    "base": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "payload": {
      "type": "object"
    },
    "links": {
      "type": "object"
    }
  }
}