Amazon S3 API · Schema

ObjectAttributesList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-objectattributeslist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectAttributesList",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "ETag",
      "Checksum",
      "ObjectParts",
      "StorageClass",
      "ObjectSize"
    ]
  }
}