{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MultipartUploadList", "type": "array", "items": { "type": "object", "properties": { "UploadId": {}, "Key": {}, "Initiated": {}, "StorageClass": {}, "Owner": {}, "Initiator": {}, "ChecksumAlgorithm": {} }, "description": "Container for the MultipartUpload for the Amazon S3 object." } }