Amazon Amplify · Schema

UpdateAppRequest

FrontendFull StackHostingMobile DevelopmentWeb Applications

Properties

Name Type Description
name string
description string
View JSON Schema on GitHub

JSON Schema

amazon-amplify-updateapprequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UpdateAppRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}