Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix required rule validation for missing fields #14

Merged
merged 1 commit into from
May 18, 2024

Conversation

BlakvGhost
Copy link
Owner

The required rule validation now correctly handles cases where the field is missing from the input data. Previously, it would treat missing fields as valid, but now it correctly marks them as invalid.

This change ensures that fields explicitly marked as required will cause validation to fail if they are not present in the input data, resulting in more accurate and reliable validation results.

Resolves: #123

The required rule validation now correctly handles cases where the
field is missing from the input data. Previously, it would treat
missing fields as valid, but now it correctly marks them as invalid.

This change ensures that fields explicitly marked as required will
cause validation to fail if they are not present in the input data,
resulting in more accurate and reliable validation results.

Resolves: #123
@BlakvGhost BlakvGhost merged commit ead4cce into main May 18, 2024
2 checks passed
@BlakvGhost BlakvGhost deleted the fix-required-validation-rule-for-missing-fields branch May 18, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant