Adobe Lightroom · JSON Structure

Lightroom Firefly Services Storage Output Structure

Type: object Properties: 5
Cloud StorageImage EditingMetadataPhoto ManagementPhotography

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

Properties

href storage type overwrite quality

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StorageOutput",
  "type": "object",
  "properties": {
    "href": {
      "type": "string"
    },
    "storage": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "overwrite": {
      "type": "boolean"
    },
    "quality": {
      "type": "integer"
    }
  }
}