Amazon S3 API · Schema

Owner

Container for the owner's display name and ID.

Cloud StorageObject StorageStorage

Properties

Name Type Description
DisplayName object
ID object
View JSON Schema on GitHub

JSON Schema

s3-owner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Owner",
  "type": "object",
  "properties": {
    "DisplayName": {},
    "ID": {}
  },
  "description": "Container for the owner's display name and ID."
}