{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/load-balancing_origin_health_data", "title": "load-balancing_origin_health_data", "description": "The origin ipv4/ipv6 address or domain name mapped to it's health data.", "example": { "failure_reason": "No failures", "healthy": true, "response_code": 200, "rtt": "66ms" }, "properties": { "failure_reason": { "type": "string" }, "healthy": { "type": "boolean" }, "response_code": { "type": "number" }, "rtt": { "type": "string" } }, "type": "object" }