{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-job-data-structure.json", "name": "JobData", "description": "Represents other information about a job required for a job worker to complete the job.", "type": "object", "properties": { "actionTypeId": { "allOf": [ { "$ref": "#/components/schemas/ActionTypeId" }, { "description": "Represents information about an action type." } ] }, "actionConfiguration": { "allOf": [ { "$ref": "#/components/schemas/ActionConfiguration" }, { "description": "Represents information about an action configuration." } ] }, "pipelineContext": { "allOf": [ { "$ref": "#/components/schemas/PipelineContext" }, { "description": "
Represents information about a pipeline to a job worker.
Includes pipelineArn and pipelineExecutionId for custom jobs.