Amazon S3 API · Schema

Parts

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-parts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Parts",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "PartNumber": {},
      "LastModified": {},
      "ETag": {},
      "Size": {},
      "ChecksumCRC32": {},
      "ChecksumCRC32C": {},
      "ChecksumSHA1": {},
      "ChecksumSHA256": {}
    },
    "description": "Container for elements related to a part."
  }
}