Adobe Lightroom · Schema

AlbumResponse

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

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

JSON Schema

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