coerceInputValues
Enables coercing incorrect JSON values to the default property value in the following cases:
JSON value is
nullbut property type is non-nullable.Property type is an enum type, but JSON value contains unknown enum member.
false by default.