{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CopyObjectResult", "type": "object", "properties": { "ETag": { "type": "string" }, "LastModified": { "type": "string" }, "ChecksumCRC32": { "type": "string" }, "ChecksumCRC32C": { "type": "string" }, "ChecksumSHA1": { "type": "string" }, "ChecksumSHA256": { "type": "string" } } }