Adobe Lightroom · Schema

AutoToneRequest

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
inputs object
outputs array One or more output destinations
View JSON Schema on GitHub

JSON Schema

lightroom-firefly-services-auto-tone-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutoToneRequest",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "object"
    },
    "outputs": {
      "type": "array",
      "description": "One or more output destinations"
    }
  }
}