{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Bucket",
"type": "object",
"description": "In terms of implementation, a Bucket is a resource.",
"properties": {
"Name": {
"type": "string",
"description": "The name of the bucket."
},
"CreationDate": {
"type": "string",
"description": "Date the bucket was created."
}
}
}