{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-third-party-job-structure.json",
"name": "ThirdPartyJob",
"description": "A response to a PollForThirdPartyJobs request returned by CodePipeline when there is a job to be worked on by a partner action.",
"type": "object",
"properties": {
"clientId": {
"allOf": [
{
"$ref": "#/components/schemas/ClientId"
},
{
"description": "The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details."
}
]
},
"jobId": {
"allOf": [
{
"$ref": "#/components/schemas/JobId"
},
{
"description": "The identifier used to identify the job in CodePipeline."
}
]
}
}
}