Amazon S3 API · Schema

CompletedPartList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-completedpartlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CompletedPartList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "ETag": {},
      "ChecksumCRC32": {},
      "ChecksumCRC32C": {},
      "ChecksumSHA1": {},
      "ChecksumSHA256": {},
      "PartNumber": {}
    },
    "description": "Details of the parts that were uploaded."
  }
}