{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-account-level-permissions-structure.json", "name": "AccountLevelPermissions", "description": "Provides information about the account-level permissions settings that apply to an S3 bucket.", "type": "object", "properties": { "blockPublicAccess": { "allOf": [ { "$ref": "#/components/schemas/BlockPublicAccess" }, { "description": "The block public access settings for the Amazon Web Services account that owns the bucket." } ] } } }