JobDetails is a JSON Structure definition published by Amazon CodePipeline, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-job-details-structure.json",
"name": "JobDetails",
"description": "Represents information about the details of a job.",
"type": "object",
"properties": {
"id": {
"allOf": [
{
"$ref": "#/components/schemas/JobId"
},
{
"description": "The unique system-generated ID of the job."
}
]
},
"data": {
"allOf": [
{
"$ref": "#/components/schemas/JobData"
},
{
"description": "Represents other information about a job required for a job worker to complete the job. "
}
]
},
"accountId": {
"allOf": [
{
"$ref": "#/components/schemas/AccountId"
},
{
"description": "The Amazon Web Services account ID associated with the job."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.