{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-health-check-protocol-schema.json", "title": "HealthCheckProtocol", "description": "HealthCheckProtocol schema from Amazon Global Accelerator API", "type": "string", "enum": [ "TCP", "HTTP", "HTTPS" ] }