{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TableBucketSummary",
"type": "object",
"properties": {
"arn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) of the table bucket."
},
"name": {
"type": "string",
"description": "The name of the table bucket."
},
"ownerAccountId": {
"type": "string",
"description": "The account ID of the owner of the table bucket."
},
"createdAt": {
"type": "string",
"description": "The date and time when the table bucket was created."
}
}
}