You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add a test to verify that the custom validation correctly allows "Not Provided" for numeric (integer, number) and date (string, format: date) fields while ensuring all other validation rules remain enforced. This test should validate a sample JSON input where some integer values are missing (set to "Not Provided") and confirm that it passes validation
We need to add a test to verify that the custom validation correctly allows "Not Provided" for numeric (integer, number) and date (string, format: date) fields while ensuring all other validation rules remain enforced. This test should validate a sample JSON input where some integer values are missing (set to "Not Provided") and confirm that it passes validation
Related #429
The text was updated successfully, but these errors were encountered: