From 243bcef0176b2e067f70739fb19eeecbd56b48b8 Mon Sep 17 00:00:00 2001 From: Malo Chevillotte Date: Tue, 8 Oct 2024 12:04:04 -0400 Subject: [PATCH] Fix description --- eppo_metrics_sync/schema/eppo_metric_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eppo_metrics_sync/schema/eppo_metric_schema.json b/eppo_metrics_sync/schema/eppo_metric_schema.json index 3128236..8097ec3 100644 --- a/eppo_metrics_sync/schema/eppo_metric_schema.json +++ b/eppo_metrics_sync/schema/eppo_metric_schema.json @@ -137,11 +137,11 @@ "type": "number" }, "reference_url": { - "description": "URL to use for 'Open in GitHub' in Eppo UI (optional)", + "description": "URL to use for 'Open in GitHub' in Eppo UI (optional)", "type": "string" }, "guardrail_cutoff": { - "description": "URL to use for 'Open in GitHub' in Eppo UI (optional)", + "description": "If a metric is expected to increase, this value should be negative, to warn when the metric is decreasing by more than this value.", "type": "number" }, "numerator": {