{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HealthStatus", "title": "HealthStatus", "type": "object", "properties": { "status": { "type": "string", "example": "Healthy" }, "timestamp": { "type": "string", "format": "date-time", "example": "2024-06-15T12:00:00Z" } } }