Amazon CodePipeline · JSON Structure

Amazon Codepipeline Client Id Structure

ClientId schema from Amazon CodePipeline

Type: string Properties: 0
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

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-client-id-structure.json",
  "name": "ClientId",
  "description": "ClientId schema from Amazon CodePipeline",
  "type": "string",
  "pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
}