OperationSubmitted

Response returned when an operation has been accepted

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
jobID string Unique identifier for the submitted operation job
View JSON Schema on GitHub

JSON Schema

adobe-creative-suite-operationsubmitted-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OperationSubmitted",
  "title": "OperationSubmitted",
  "type": "object",
  "description": "Response returned when an operation has been accepted",
  "properties": {
    "jobID": {
      "type": "string",
      "description": "Unique identifier for the submitted operation job",
      "example": "urn:aaid:AS:UE1:operation:abc123"
    }
  }
}