Skip to content
Snippets Groups Projects
Verified Commit 26903915 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Fix density_width in schema

parent a3152245
No related branches found
No related tags found
1 merge request!21Resolve "Data content interface"
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
"rebin": {"$ref": "#/definitions/edges"}, "rebin": {"$ref": "#/definitions/edges"},
"include_underflow": {"type": "boolean"}, "include_underflow": {"type": "boolean"},
"include_overflow": {"type": "boolean"}, "include_overflow": {"type": "boolean"},
"density_width": {"type": "boolean"} "density_width": {"type": ["number", "null"]}
}, },
"required": ["edges"], "required": ["edges"],
"additionalProperties": false "additionalProperties": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment