Health check configuration for an upstream.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Healthchecks", "type": "object", "description": "Health check configuration for an upstream.", "properties": { "active": { "type": "object" }, "passive": { "type": "object" }, "threshold": { "type": "number" } } }