Amazon S3 · Schema

Grant

Container for grant information.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Grantee object The person being granted permissions.
Permission string Specifies the permission given to the grantee.
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-grant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Grant",
  "type": "object",
  "description": "Container for grant information.",
  "properties": {
    "Grantee": {
      "type": "object",
      "description": "The person being granted permissions."
    },
    "Permission": {
      "type": "string",
      "description": "Specifies the permission given to the grantee."
    }
  }
}