Amazon Amplify · JSON Structure

Amazon Amplify Branch Structure

Type: record Properties: 0
FrontendFull StackHostingMobile DevelopmentWeb Applications

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

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Branch",
  "type": "record",
  "fields": [
    {
      "name": "branchName",
      "type": "string"
    },
    {
      "name": "branchArn",
      "type": "string"
    },
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "stage",
      "type": "string"
    },
    {
      "name": "displayName",
      "type": "string"
    },
    {
      "name": "activeJobId",
      "type": "string"
    }
  ]
}