{
"$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-get-job-details-output-schema.json",
"title": "GetJobDetailsOutput",
"description": "Represents the output of a GetJobDetails action.",
"type": "object",
"properties": {
"jobDetails": {
"allOf": [
{
"$ref": "#/components/schemas/JobDetails"
},
{
"description": "
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.