{ "$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-firefly-async-job-submitted-structure.json", "name": "AsyncJobSubmitted", "description": "Response returned immediately after an async generation job is submitted", "type": "object", "properties": { "jobId": { "type": "string", "description": "Unique identifier for the generation job", "example": "urn:firefly:jobs:abc123def456" }, "statusUrl": { "type": "string", "description": "URL to poll for job status updates", "example": "https://firefly-api.adobe.io/v3/status/urn:firefly:jobs:abc123def456" } } }