{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-schema/amazon-codeguru-reviewer-s3-bucket-name-schema.json", "title": "S3BucketName", "description": "S3BucketName schema from Amazon CodeGuru Reviewer", "type": "string", "pattern": "^\\S(.*\\S)?$", "minLength": 3, "maxLength": 63 }