Amazon DynamoDB · Schema

DescribeTableOutput

DescribeTableOutput schema from Amazon DynamoDB API

DatabaseDocument StoreKey-ValueNoSQLServerless

Properties

Name Type Description
Table object
View JSON Schema on GitHub

JSON Schema

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