Amazon S3 API · Schema

PartsList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-partslist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PartsList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "PartNumber": {},
      "Size": {},
      "ChecksumCRC32": {},
      "ChecksumCRC32C": {},
      "ChecksumSHA1": {},
      "ChecksumSHA256": {}
    },
    "description": "A container for elements related to an individual part."
  }
}