{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServiceHealthDetails", "type": "object", "properties": { "healthy": { "type": "boolean" }, "services": { "type": "array" } } }