Amazon DynamoDB · JSON Structure

Dynamodb Openapi Create Table Output Structure

CreateTableOutput schema from Amazon DynamoDB API

Type: object Properties: 1
DatabaseDocument StoreKey-ValueNoSQLServerless

CreateTableOutput 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

TableDescription

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-create-table-output-structure.json",
  "name": "CreateTableOutput",
  "description": "CreateTableOutput schema from Amazon DynamoDB API",
  "type": "object",
  "properties": {
    "TableDescription": {
      "$ref": "#/components/schemas/TableDescription"
    }
  }
}