Adobe Lightroom · Schema

AssetResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
base string
id string
type string
subtype string
created string
updated string
payload object
View JSON Schema on GitHub

JSON Schema

lightroom-services-asset-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssetResponse",
  "type": "object",
  "properties": {
    "base": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "subtype": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "updated": {
      "type": "string"
    },
    "payload": {
      "type": "object"
    }
  }
}