Amazon S3 API · Schema

Grant

Container for grant information.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Grantee object
Permission object
View JSON Schema on GitHub

JSON Schema

s3-grant-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Grant",
  "type": "object",
  "properties": {
    "Grantee": {},
    "Permission": {}
  },
  "description": "Container for grant information."
}