Adobe Creative Suite Image Job

Schema for asynchronous image processing jobs submitted to Adobe Photoshop and related Creative Suite image APIs. Covers the full lifecycle of a job from submission through completion or failure, including input references, output references, and error details.

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
jobId string Unique identifier assigned to the image processing job upon submission
status string Current lifecycle status of the image processing job
created string ISO 8601 timestamp indicating when the job was submitted for processing
modified string ISO 8601 timestamp indicating when the job record was last updated
input object Reference to the input file used for this image processing job
output object Reference to the output file location for this image processing job
outputs array List of output files produced when the job succeeds (for multi-output operations)
errors array List of errors encountered during job processing (populated when status is failed)
View JSON Schema on GitHub