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" }