{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-job-data-schema.json", "title": "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.