Adobe Lightroom · Schema

AssetRevisionRequest

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
subtype string Asset subtype
payload object Asset metadata payload
View JSON Schema on GitHub

JSON Schema

lightroom-services-asset-revision-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssetRevisionRequest",
  "type": "object",
  "properties": {
    "subtype": {
      "type": "string",
      "description": "Asset subtype"
    },
    "payload": {
      "type": "object",
      "description": "Asset metadata payload"
    }
  }
}