Adobe Photoshop · JSON Structure

Adobe Photoshop Api Rendition Create Request Structure

RenditionCreateRequest from Adobe Photoshop API

Type: object Properties: 2 Required: 2
AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScripting

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

Properties

inputs outputs

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-photoshop/refs/heads/main/json-structure/adobe-photoshop-api-rendition-create-request-structure.json",
  "name": "RenditionCreateRequest",
  "description": "RenditionCreateRequest from Adobe Photoshop API",
  "type": "object",
  "properties": {
    "inputs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StorageInput"
      }
    },
    "outputs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StorageOutput"
      }
    }
  },
  "required": [
    "inputs",
    "outputs"
  ]
}