An object consists of data and its descriptive metadata.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Object", "type": "object", "properties": { "Key": {}, "LastModified": {}, "ETag": {}, "ChecksumAlgorithm": {}, "Size": {}, "StorageClass": {}, "Owner": {} }, "description": "An object consists of data and its descriptive metadata." }