{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Bucket", "type": "object", "properties": { "Name": {}, "CreationDate": {} }, "description": " In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts. " }