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