[v11.0.x] Expressions+Testdata: Create json schema for query types (#86164)

Expressions: Create json schema for query types (#84032)

(cherry picked from commit 4cda34ff7d)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-15 16:09:50 +01:00
committed by GitHub
co-authored by Ryan McKinley
parent 0a95bcb6bd
commit 9744f081fc
40 changed files with 4649 additions and 654 deletions
+2 -2
View File
@@ -173,8 +173,8 @@ type ThresholdCommandConfig struct {
type ThresholdConditionJSON struct {
Evaluator ConditionEvalJSON `json:"evaluator"`
UnloadEvaluator *ConditionEvalJSON `json:"unloadEvaluator"`
LoadedDimensions *data.Frame `json:"loadedDimensions"`
UnloadEvaluator *ConditionEvalJSON `json:"unloadEvaluator,omitempty"`
LoadedDimensions *data.Frame `json:"loadedDimensions,omitempty"`
}
// IsHysteresisExpression returns true if the raw model describes a hysteresis command: