PipelineContext
Represents information about a pipeline to a job worker.
PipelineContext contains pipelineArn and pipelineExecutionId for custom action jobs. The pipelineArn and pipelineExecutionId fields are not populated for ThirdParty action jobs.
Properties
| Name | Type | Description |
|---|---|---|
| pipelineName | object | |
| stage | object | |
| action | object | |
| pipelineArn | object | |
| pipelineExecutionId | object |
JSON Schema
{
"$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-pipeline-context-schema.json",
"title": "PipelineContext",
"description": "<p>Represents information about a pipeline to a job worker.</p> <note> <p>PipelineContext contains <code>pipelineArn</code> and <code>pipelineExecutionId</code> for custom action jobs. The <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not populated for ThirdParty action jobs.</p> </note>",
"type": "object",
"properties": {
"pipelineName": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineName"
},
{
"description": "The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account."
}
]
},
"stage": {
"allOf": [
{
"$ref": "#/components/schemas/StageContext"
},
{
"description": "The stage of the pipeline."
}
]
},
"action": {
"allOf": [
{
"$ref": "#/components/schemas/ActionContext"
},
{
"description": "The context of an action to a job worker in the stage of a pipeline."
}
]
},
"pipelineArn": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineArn"
},
{
"description": "The Amazon Resource Name (ARN) of the pipeline."
}
]
},
"pipelineExecutionId": {
"allOf": [
{
"$ref": "#/components/schemas/PipelineExecutionId"
},
{
"description": "The execution ID of the pipeline."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/amazon-codepipeline-pipeline-context"
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.