Amazon Amplify · Schema

ProductionBranch

FrontendFull StackHostingMobile DevelopmentWeb Applications

Properties

Name Type Description
branchName string
lastDeployTime string
status string
View JSON Schema on GitHub

JSON Schema

amazon-amplify-productionbranch-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProductionBranch",
  "type": "object",
  "properties": {
    "branchName": {
      "type": "string"
    },
    "lastDeployTime": {
      "type": "string",
      "format": "date-time"
    },
    "status": {
      "type": "string"
    }
  }
}