Amazon S3 API · Schema

ObjectIdentifierList

Cloud StorageObject StorageStorage
View JSON Schema on GitHub

JSON Schema

s3-objectidentifierlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectIdentifierList",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "Key": {},
      "VersionId": {}
    },
    "required": [
      "Key"
    ],
    "description": "Object Identifier is unique value to identify objects."
  }
}