Amazon Amplify · Schema

CreateBranchRequest

FrontendFull StackHostingMobile DevelopmentWeb Applications

Properties

Name Type Description
branchName string
description string
stage string
View JSON Schema on GitHub

JSON Schema

amazon-amplify-createbranchrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateBranchRequest",
  "type": "object",
  "properties": {
    "branchName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "stage": {
      "type": "string"
    }
  },
  "required": [
    "branchName"
  ]
}