We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Optional fields with a null value should be counted as valid if the structure matches.
Optional fields with a null value are counted as invalid.
Verify a yaml with this field/value: middle name: null Against this structure: 'middle name?': 'string'.
Thank you and have some 🍇.
The text was updated successfully, but these errors were encountered:
Thank you for the issue, by following the template.
I will try to create a test case for this first...
Sorry, something went wrong.
@xrodo912 In case you have already some example files that could be used for testing, mind creating a PR?
No branches or pull requests
Expected behaviour
Optional fields with a null value should be counted as valid if the structure matches.
Actual behaviour
Optional fields with a null value are counted as invalid.
Verify a yaml with this field/value:
middle name: null
Against this structure:
'middle name?': 'string'.
Versions and environment
Thank you and have some 🍇.
The text was updated successfully, but these errors were encountered: