Amazon Amplify · Schema

ListAppsResult

FrontendFull StackHostingMobile DevelopmentWeb Applications

Properties

Name Type Description
apps array
nextToken string
View JSON Schema on GitHub

JSON Schema

amazon-amplify-listappsresult-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListAppsResult",
  "type": "object",
  "properties": {
    "apps": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/App"
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}