Adobe Lightroom · JSON Structure

Lightroom Assets Asset Structure

Type: object Properties: 6
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

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

Properties

id type subtype created updated revision_ids

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Asset",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "subtype": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "revision_ids": {
      "type": "array"
    }
  }
}