When strict: false, a value that fails validation falls back to the field's default instead of aborting the whole configuration. Defaults to true (abort). Use this for backward-compatible relaxation of validation on a field.
strict: false
true
Optional
When false, an invalid value falls back to the default instead of aborting. Defaults to true.
false
When
strict: false, a value that fails validation falls back to the field's default instead of aborting the whole configuration. Defaults totrue(abort). Use this for backward-compatible relaxation of validation on a field.