Amazon S3 API · Schema

ObjectVersionList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-objectversionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectVersionList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "ETag": {},
      "ChecksumAlgorithm": {},
      "Size": {},
      "StorageClass": {},
      "Key": {},
      "VersionId": {},
      "IsLatest": {},
      "LastModified": {},
      "Owner": {}
    },
    "description": "The version of an object."
  }
}