{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/healthchecks_healthchecks", "title": "healthchecks_healthchecks", "properties": { "address": { "$ref": "#/components/schemas/healthchecks_address" }, "check_regions": { "$ref": "#/components/schemas/healthchecks_check_regions" }, "consecutive_fails": { "$ref": "#/components/schemas/healthchecks_consecutive_fails" }, "consecutive_successes": { "$ref": "#/components/schemas/healthchecks_consecutive_successes" }, "created_on": { "$ref": "#/components/schemas/healthchecks_timestamp" }, "description": { "$ref": "#/components/schemas/healthchecks_description" }, "failure_reason": { "$ref": "#/components/schemas/healthchecks_failure_reason" }, "http_config": { "$ref": "#/components/schemas/healthchecks_http_config" }, "id": { "$ref": "#/components/schemas/healthchecks_identifier" }, "interval": { "$ref": "#/components/schemas/healthchecks_interval" }, "modified_on": { "$ref": "#/components/schemas/healthchecks_timestamp" }, "name": { "$ref": "#/components/schemas/healthchecks_name" }, "retries": { "$ref": "#/components/schemas/healthchecks_retries" }, "status": { "$ref": "#/components/schemas/healthchecks_status" }, "suspended": { "$ref": "#/components/schemas/healthchecks_suspended" }, "tcp_config": { "$ref": "#/components/schemas/healthchecks_tcp_config" }, "timeout": { "$ref": "#/components/schemas/healthchecks_timeout" }, "type": { "$ref": "#/components/schemas/healthchecks_type" } }, "type": "object" }