Adobe Lightroom · Schema

AssetPayload

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
captureDate string Date and time the photo was captured
userCreated string
userUpdated string
importSource object
develop object Develop settings snapshot
xmp object Embedded XMP metadata
location object
View JSON Schema on GitHub

JSON Schema

lightroom-assets-asset-payload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssetPayload",
  "type": "object",
  "properties": {
    "captureDate": {
      "type": "string",
      "description": "Date and time the photo was captured"
    },
    "userCreated": {
      "type": "string"
    },
    "userUpdated": {
      "type": "string"
    },
    "importSource": {
      "type": "object"
    },
    "develop": {
      "type": "object",
      "description": "Develop settings snapshot"
    },
    "xmp": {
      "type": "object",
      "description": "Embedded XMP metadata"
    },
    "location": {
      "type": "object"
    }
  }
}