{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Health","description":"GET /api/health response shape. checks extensible; _links (HATEOAS).","type":"object","required":["status","service","timestamp"],"properties":{"status":{"type":"string","enum":["ok"]},"service":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"checks":{"type":"object","properties":{"api":{"type":"string","enum":["ok"]}},"additionalProperties":true},"_links":{"type":"object","properties":{"self":{"type":"object","properties":{"href":{"type":"string"}}},"profile":{"type":"object","properties":{"href":{"type":"string"}}}}}},"additionalProperties":false}