Currently encoding/jsonschema supports two kinds of strictness: strictFeatures and strictKeywords.
We could/should consider supporting other kinds of strictness modes when translating.
https://ajv.js.org/strict-mode.html has a good overview of some possibilities in this space.
Currently encoding/jsonschema supports two kinds of strictness:
strictFeatures
andstrictKeywords
.We could/should consider supporting other kinds of strictness modes when translating. https://ajv.js.org/strict-mode.html has a good overview of some possibilities in this space.
See also https://ajv.js.org/options.html#strict-mode-options