{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-account-level-permissions-structure.json", "name": "AccountLevelPermissions", "description": "Contains information about the account level permissions on the S3 bucket.", "type": "object", "properties": { "BlockPublicAccess": { "allOf": [ { "$ref": "#/components/schemas/BlockPublicAccess" }, { "xml": { "name": "blockPublicAccess" }, "description": "Describes the S3 Block Public Access settings of the bucket's parent account." } ] } } }