Adobe Creative Suite · JSON Structure

Adobe Creative Suite Pdf Services Operation Submitted Structure

Response returned when an operation has been accepted

Type: object Properties: 1
CreativeDesignGraphicsPhotographyVideo

OperationSubmitted is a JSON Structure definition published by Adobe Creative Suite, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobID

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-pdf-services-operation-submitted-structure.json",
  "name": "OperationSubmitted",
  "description": "Response returned when an operation has been accepted",
  "type": "object",
  "properties": {
    "jobID": {
      "type": "string",
      "description": "Unique identifier for the submitted operation job",
      "example": "urn:aaid:AS:UE1:operation:abc123"
    }
  }
}