Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Dec 8, 2023
1 parent 7e73ce1 commit f546813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/schemas/1.1.0/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit f546813

Please sign in to comment.