Amazon Amplify · Schema

CreateAppResult

FrontendFull StackHostingMobile DevelopmentWeb Applications

Properties

Name Type Description
app object
View JSON Schema on GitHub

JSON Schema

amazon-amplify-createappresult-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateAppResult",
  "type": "object",
  "properties": {
    "app": {
      "$ref": "#/definitions/App"
    }
  }
}