Adobe Lightroom · JSON Structure

Lightroom Assets Asset Payload Structure

Type: object Properties: 7
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

AssetPayload 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

captureDate userCreated userUpdated importSource develop xmp location

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AssetPayload",
  "type": "object",
  "properties": {
    "captureDate": {
      "type": "string"
    },
    "userCreated": {
      "type": "string"
    },
    "userUpdated": {
      "type": "string"
    },
    "importSource": {
      "type": "object"
    },
    "develop": {
      "type": "object"
    },
    "xmp": {
      "type": "object"
    },
    "location": {
      "type": "object"
    }
  }
}