{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Bucket",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the bucket."
},
"creation_date": {
"type": "string",
"description": "When the bucket was created."
},
"location": {
"type": "string",
"description": "The location of the bucket."
},
"storage_class": {
"type": "string",
"description": "Default storage class for the bucket."
}
}
}