{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-get-third-party-job-details-output-structure.json", "name": "GetThirdPartyJobDetailsOutput", "description": "Represents the output of a GetThirdPartyJobDetails action.", "type": "object", "properties": { "jobDetails": { "allOf": [ { "$ref": "#/components/schemas/ThirdPartyJobDetails" }, { "description": "The details of the job, including any protected values defined for the job." } ] } } }