Amazon App Studio · JSON Structure

Amazon App Studio Appsummary Structure

Type: record Properties: 0
Generative AIInternal ToolsLow-CodeNo-Code

AppSummary is a JSON Structure definition published by Amazon App Studio. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "AppSummary",
  "type": "record",
  "fields": [
    {
      "name": "appId",
      "type": "string"
    },
    {
      "name": "name",
      "type": "string"
    },
    {
      "name": "status",
      "type": "string"
    },
    {
      "name": "createdAt",
      "type": "datetime"
    }
  ]
}