Amazon App Studio · JSON Structure

Amazon App Studio App Structure

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

App 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": "App",
  "type": "record",
  "fields": [
    {
      "name": "appId",
      "type": "string"
    },
    {
      "name": "name",
      "type": "string"
    },
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "status",
      "type": "string"
    },
    {
      "name": "createdAt",
      "type": "datetime"
    },
    {
      "name": "updatedAt",
      "type": "datetime"
    }
  ]
}