summaryrefslogtreecommitdiff
path: root/config/metrics/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/metrics/schema.json')
-rw-r--r--config/metrics/schema.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/metrics/schema.json b/config/metrics/schema.json
index 24ea41d3f16..ede7b9d3f6c 100644
--- a/config/metrics/schema.json
+++ b/config/metrics/schema.json
@@ -1,6 +1,6 @@
{
"type": "object",
- "required": ["key_path", "description", "value_type", "status", "product_group", "time_frame", "data_source", "distribution", "tier", "data_category"],
+ "required": ["key_path", "description", "value_type", "status", "product_group", "product_stage", "time_frame", "data_source", "distribution", "tier", "data_category", "milestone"],
"properties": {
"key_path": {
"type": "string"
@@ -30,11 +30,11 @@
},
"status": {
"type": ["string"],
- "enum": ["data_available", "implemented", "not_used", "deprecated", "removed", "broken"]
+ "enum": ["active", "deprecated", "removed", "broken"]
},
"milestone": {
- "type": ["string", "null"],
- "pattern": "^[0-9]+\\.[0-9]+$"
+ "type": ["string"],
+ "pattern": "^<?[0-9]+\\.[0-9]+$"
},
"milestone_removed": {
"type": ["string", "null"],