Amazon DynamoDB · JSON Structure

Dynamodb Openapi Describe Table Output Structure

DescribeTableOutput schema from Amazon DynamoDB API

Type: object Properties: 1
DatabaseDocument StoreKey-ValueNoSQLServerless

DescribeTableOutput is a JSON Structure definition published by Amazon DynamoDB, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Table

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-dynamodb/refs/heads/main/json-structure/dynamodb-openapi-describe-table-output-structure.json",
  "name": "DescribeTableOutput",
  "description": "DescribeTableOutput schema from Amazon DynamoDB API",
  "type": "object",
  "properties": {
    "Table": {
      "$ref": "#/components/schemas/TableDescription"
    }
  }
}