How do I change the defaults for certain schema options?
For Example the documentation about the 'blank' schema option states:
'blank'
If False, validate that string values are not blank (the empty string).
The default value of this parameter is set when initializing SchemaValidator.
By default it is False.
How do I set the default for blank to "True"?
Some of the json data I need to process has lots of null and optional values. I, unfortunately, have no control over this.
How do I change the defaults for certain schema options?
For Example the documentation about the 'blank' schema option states:
How do I set the default for blank to "True"?
Some of the json data I need to process has lots of null and optional values. I, unfortunately, have no control over this.