Adobe Lightroom · Schema

AutoStraightenRequest

Cloud StorageImage EditingMetadataPhoto ManagementPhotography

Properties

Name Type Description
inputs object
outputs array
View JSON Schema on GitHub

JSON Schema

lightroom-firefly-services-auto-straighten-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutoStraightenRequest",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "object"
    },
    "outputs": {
      "type": "array"
    }
  }
}