You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current schema definitions, the data properties in normsys and histosys
are of type object, but they do not specify the additionalProperties property. So the jsonschema default is used, meaning any and all additional properties are valid.
Is this intended? All other defintions (outside the patchset schemata) "close" the schema by setting "additionalProperties": false, and that seems to me to match the expectation from HF.
The text was updated successfully, but these errors were encountered:
In the current schema definitions, the
data
properties innormsys
andhistosys
are of type object, but they do not specify the
additionalProperties
property. So the jsonschema default is used, meaning any and all additional properties are valid.Is this intended? All other defintions (outside the patchset schemata) "close" the schema by setting
"additionalProperties": false
, and that seems to me to match the expectation from HF.The text was updated successfully, but these errors were encountered: