{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableBucket", "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." }, "createdAt": { "type": "string", "description": "The date and time when the table bucket was created." }, "unreferencedFileRemoval": { "type": "object", "description": "The unreferenced file removal settings for the table bucket." } } }