{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "HealthCheckConfiguration", "type": "record", "fields": [ { "name": "Protocol", "type": "string" }, { "name": "Path", "type": "string" }, { "name": "Interval", "type": "string" }, { "name": "Timeout", "type": "string" }, { "name": "HealthyThreshold", "type": "string" }, { "name": "UnhealthyThreshold", "type": "string" } ] }