Amazon S3 API · Schema

Grantee

Container for the person being granted permissions.

Cloud StorageObject StorageStorage

Properties

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

JSON Schema

s3-grantee-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Grantee",
  "type": "object",
  "properties": {
    "DisplayName": {},
    "EmailAddress": {},
    "ID": {},
    "Type": {},
    "URI": {}
  },
  "required": [
    "Type"
  ],
  "description": "Container for the person being granted permissions."
}