Amazon S3 · Schema

Owner

Container for the owner's display name and ID.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
DisplayName string Container for the display name of the owner.
ID string Container for the ID of the owner.
View JSON Schema on GitHub

JSON Schema

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