Represents the output of a PollForJobs action.
PollForJobs
{ "$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-poll-for-jobs-output-schema.json", "title": "PollForJobsOutput", "description": "Represents the output of a <code>PollForJobs</code> action.", "type": "object", "properties": { "jobs": { "allOf": [ { "$ref": "#/components/schemas/JobList" }, { "description": "Information about the jobs to take action on." } ] } } }