removedOutput schema / properties / created_at / anyOf
Removed value: -[
- {
- "format": "date-time",
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedOutput schema / properties / created_at / default
Removed value: -null
changedOutput schema / properties / created_at / description
Previous value: -"UTC creation time, when available."New value: +"UTC creation time"
addedOutput schema / properties / created_at / format
Added value: +"date-time"
addedOutput schema / properties / created_at / type
Added value: +"string"
removedOutput schema / properties / object_count / anyOf
Removed value: -[
- {
- "minimum": 0,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedOutput schema / properties / object_count / default
Removed value: -null
changedOutput schema / properties / object_count / description
Previous value: -"Number of objects, when requested and available."New value: +"Number of objects"
addedOutput schema / properties / object_count / minimum
Added value: +0
addedOutput schema / properties / object_count / type
Added value: +"integer"
removedOutput schema / properties / versioning_enabled / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
removedOutput schema / properties / versioning_enabled / default
Removed value: -null
changedOutput schema / properties / versioning_enabled / description
Previous value: -"Whether object versioning is enabled, when available."New value: +"Whether object versioning is enabled."
addedOutput schema / properties / versioning_enabled / type
Added value: +"boolean"
changedOutput schema / required
Previous value: -[
- "bucket_name",
- "storage",
- "egress"
-]New value: +[
+ "bucket_name",
+ "created_at",
+ "object_count",
+ "versioning_enabled",
+ "storage",
+ "egress"
+]