Adobe Lightroom · Schema

Asset

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
id string Asset unique identifier
type string
subtype string
created string
updated string
revision_ids array
View JSON Schema on GitHub

JSON Schema

lightroom-assets-asset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Asset",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Asset unique identifier"
    },
    "type": {
      "type": "string"
    },
    "subtype": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "revision_ids": {
      "type": "array"
    }
  }
}