{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/HealthIndicatorResultDto.json", "title": "HealthIndicatorResultDto", "type": "object", "properties": { "status": { "type": "string", "enum": [ "up", "down" ], "description": "Status of the health indicator." } } }