JobSubmitted

Response returned immediately after a job is submitted

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
jobId string Unique identifier for the submitted job
statusUrl string URL to poll for job status
_links object
View JSON Schema on GitHub

JSON Schema

adobe-creative-suite-jobsubmitted-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobSubmitted",
  "title": "JobSubmitted",
  "type": "object",
  "description": "Response returned immediately after a job is submitted",
  "properties": {
    "jobId": {
      "type": "string",
      "description": "Unique identifier for the submitted job",
      "example": "f54e0fcb-260b-47c3-b520-de0d17dc2b67"
    },
    "statusUrl": {
      "type": "string",
      "description": "URL to poll for job status",
      "example": "https://image.adobe.io/pie/psdService/status/f54e0fcb-260b-47c3-b520-de0d17dc2b67"
    },
    "_links": {
      "type": "object",
      "properties": {
        "self": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "example": "https://image.adobe.io/pie/psdService/status/f54e0fcb-260b-47c3-b520-de0d17dc2b67"
            }
          }
        }
      }
    }
  }
}