Amazon CodePipeline · JSON Structure

Amazon Codepipeline Blocker Declaration Structure

Reserved for future use.

Type: object Properties: 2 Required: 2
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

BlockerDeclaration is a JSON Structure definition published by Amazon CodePipeline, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name type

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-blocker-declaration-structure.json",
  "name": "BlockerDeclaration",
  "description": "Reserved for future use.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BlockerName"
        },
        {
          "description": "Reserved for future use."
        }
      ]
    },
    "type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BlockerType"
        },
        {
          "description": "Reserved for future use."
        }
      ]
    }
  },
  "required": [
    "name",
    "type"
  ]
}