From 959fd8c62c50d71ac5801e9dca60a1f0a00b2b3c Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Tue, 14 Jan 2025 23:22:05 +0100 Subject: [PATCH] More descriptions in schema --- bris/schema/schema.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bris/schema/schema.json b/bris/schema/schema.json index 434c5f7..0f9a847 100644 --- a/bris/schema/schema.json +++ b/bris/schema/schema.json @@ -12,13 +12,20 @@ "verif": { "type": "object", "properties": { - "filename": {"type": "string"}, + "filename": { + "description": "Filename of output. Use %R for run_name", + "type": "string" + }, "variable": { - "description": "What anemoi variable to verify? Can include variables that can be diagnosed from other vairables (e.g. 10si from 10u and 10v)", + "description": "What anemoi variable to verify? Can include variables that can be diagnosed from other variables (e.g. 10si from 10u and 10v)", "type": "string" }, "thresholds": {"type": "array", "items": {"type": "number"}}, "quantiles": {"type": "array", "items": {"type": "number", "minimum": 0, "maximum": 1}}, + "units": { + "description": "What units to write in the output file. If unspecified, use the units from the anemoi input dataset", + "type": "string" + }, "obs_sources": { "type": "array", "items": {