From f546813e8ab0715f3d13424f7eafb78520a8c7a7 Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Fri, 8 Dec 2023 11:29:12 +0100 Subject: [PATCH] fix --- src/pyhf/schemas/1.1.0/defs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyhf/schemas/1.1.0/defs.json b/src/pyhf/schemas/1.1.0/defs.json index ef32c366e5..17ed0abd1b 100644 --- a/src/pyhf/schemas/1.1.0/defs.json +++ b/src/pyhf/schemas/1.1.0/defs.json @@ -146,7 +146,7 @@ "lo": { "type": "object", "$ref": "#/definitions/histogram" }, "hi": { "type": "object", "$ref": "#/definitions/histogram" } }, - "required": ["lo_data", "hi_data"], + "required": ["lo", "hi"], "additionalProperties": false }, "parameter": { "type": "string" }