{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-acknowledge-job-output-structure.json", "name": "AcknowledgeJobOutput", "description": "Represents the output of an AcknowledgeJob action.", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/JobStatus" }, { "description": "Whether the job worker has received the specified job." } ] } } }