{ "$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-s3-bucket-name-schema.json", "title": "S3BucketName", "description": "The name of an S3 bucket.", "type": "string", "pattern": "^[A-Za-z0-9.\\-_]{3,255}$" }