{ "$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" } } }