{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CrawlerMonitoringConfig", "title": "CrawlerMonitoringConfig", "properties": { "client_poll_period_seconds": { "type": "integer", "format": "int64" }, "client_inactivity_timeout_seconds": { "type": "integer", "format": "int64" }, "service_poll_period_seconds": { "type": "integer", "format": "int64" }, "service_termination_timeout_milliseconds": { "type": "integer", "format": "int64" }, "service_consecutive_error_limit": { "type": "integer", "format": "int64" }, "resources_poll_period_seconds": { "type": "integer", "format": "int64" }, "service_recovery_attempt_limit": { "type": "integer", "format": "int64" } } }