{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateTableInput", "type": "object", "properties": { "TableName": { "type": "string" }, "AttributeDefinitions": { "type": "array" }, "KeySchema": { "type": "array" }, "BillingMode": { "type": "string" }, "GlobalSecondaryIndexes": { "type": "array" }, "LocalSecondaryIndexes": { "type": "array" }, "Tags": { "type": "array" }, "TableClass": { "type": "string" }, "DeletionProtectionEnabled": { "type": "boolean" } } }