Amazon CodePipeline · JSON Structure

Amazon Codepipeline Stage Context Structure

Represents information about a stage to a job worker.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

StageContext is a JSON Structure definition published by Amazon CodePipeline, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-stage-context-structure.json",
  "name": "StageContext",
  "description": "Represents information about a stage to a job worker.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StageName"
        },
        {
          "description": "The name of the stage."
        }
      ]
    }
  }
}