{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-structure/health-event-status-code-structure.json", "name": "eventStatusCode", "description": "eventStatusCode schema from Amazon Health Dashboard API", "type": "string", "enum": [ "open", "closed", "upcoming" ] }