{"$id":"https://schemas.kuvasz-uptime.dev/http-monitor-stats-schema.schema.json","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"type":"integer"},"latencyHistoryEnabled":{"type":"boolean"},"latencyLogs":{"items":{"$ref":"https://schemas.kuvasz-uptime.dev/latency-log-schema.schema.json"},"type":"array"},"latencyStats":{"$ref":"https://schemas.kuvasz-uptime.dev/latency-stats-schema.schema.json"},"uptimeHistory":{"$ref":"https://schemas.kuvasz-uptime.dev/historical-uptime-stats-schema.schema.json"}},"required":["id","latencyHistoryEnabled","uptimeHistory","latencyLogs"],"title":"HttpMonitorStatsSchema","type":"object"}