From 26903915464cc30cb99243e4ac54bc28ca234fa5 Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Wed, 20 Jan 2021 21:29:21 +0100 Subject: [PATCH] Fix density_width in schema --- uhepp_org/uhepp_api/uhepp.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhepp_org/uhepp_api/uhepp.schema.json b/uhepp_org/uhepp_api/uhepp.schema.json index ce4c5f4..e0550bb 100644 --- a/uhepp_org/uhepp_api/uhepp.schema.json +++ b/uhepp_org/uhepp_api/uhepp.schema.json @@ -178,7 +178,7 @@ "rebin": {"$ref": "#/definitions/edges"}, "include_underflow": {"type": "boolean"}, "include_overflow": {"type": "boolean"}, - "density_width": {"type": "boolean"} + "density_width": {"type": ["number", "null"]} }, "required": ["edges"], "additionalProperties": false -- GitLab