{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-account-level-permissions-schema.json", "title": "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." } ] } } }