Adobe Creative Suite · JSON Structure

Adobe Creative Suite Photoshop Straighten Request Structure

Request to automatically straighten an image

Type: object Properties: 2 Required: 2
CreativeDesignGraphicsPhotographyVideo

StraightenRequest is a JSON Structure definition published by Adobe Creative Suite, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

input output

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-photoshop-straighten-request-structure.json",
  "name": "StraightenRequest",
  "description": "Request to automatically straighten an image",
  "type": "object",
  "properties": {
    "input": {
      "$ref": "#/components/schemas/JobInput"
    },
    "output": {
      "$ref": "#/components/schemas/JobOutput"
    }
  },
  "required": [
    "input",
    "output"
  ]
}