Fix healthcheck api

This commit is contained in:
Aditya Ujeniya
2026-02-15 21:45:45 +01:00
parent 7d6455d6fd
commit be6d4be9b9
3 changed files with 50 additions and 41 deletions

View File

@@ -18,7 +18,7 @@ var metricConfigSchema = `
},
"aggregation": {
"description": "Aggregation strategy: 'sum', 'avg', or 'null'.",
"type": "string"
"type": ["string", "null"]
}
},
"required": ["frequency", "aggregation"]