{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-poll-for-jobs-output-structure.json", "name": "PollForJobsOutput", "description": "Represents the output of a PollForJobs action.", "type": "object", "properties": { "jobs": { "allOf": [ { "$ref": "#/components/schemas/JobList" }, { "description": "Information about the jobs to take action on." } ] } } }