Amazon S3 API · Schema

ObjectIdentifier

Object Identifier is unique value to identify objects.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Key object
VersionId object
View JSON Schema on GitHub

JSON Schema

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