Summary
The JSON Schema specification supports the use of "additionalProperties": false to enforce strict object definitions.
Is it possible for JSON Structure to provide an equivalent mechanism or is there a specific design reason why this capability is not supported?
Does the next sentence apply? "Use JSON‑Structure for typing, JSON Schema for strictness."
Required Changes
Add support for the 'additionalProperties' keyword
Context
See https://json-schema.org/understanding-json-schema/reference/object#additionalproperties
Summary
The JSON Schema specification supports the use of
"additionalProperties": falseto enforce strict object definitions.Is it possible for JSON Structure to provide an equivalent mechanism or is there a specific design reason why this capability is not supported?
Does the next sentence apply? "Use JSON‑Structure for typing, JSON Schema for strictness."
Required Changes
Add support for the 'additionalProperties' keyword
Context
See https://json-schema.org/understanding-json-schema/reference/object#additionalproperties