{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-structure/global-accelerator-health-state-structure.json", "name": "HealthState", "description": "HealthState schema from Amazon Global Accelerator API", "type": "string", "enum": [ "INITIAL", "HEALTHY", "UNHEALTHY" ] }