Amazon CodeCatalyst · JSON Structure

Amazon Codecatalyst Create Source Repository Branch Request Structure

CreateSourceRepositoryBranchRequest schema from Amazon CodeCatalyst

Type: object Properties: 1
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control

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

Properties

headCommitId

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-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-create-source-repository-branch-request-structure.json",
  "name": "CreateSourceRepositoryBranchRequest",
  "description": "CreateSourceRepositoryBranchRequest schema from Amazon CodeCatalyst",
  "type": "object",
  "properties": {
    "headCommitId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The commit ID in an existing branch from which you want to create the new branch."
        }
      ]
    }
  }
}