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
Current yaml validator will report an error for null value when the schema type is string.
null
string
Actually, null is a valid string type. Similarly, array/object type should support null, too.
array
object
The text was updated successfully, but these errors were encountered:
Fixed as of 6830f57. Will be included in the release Monday.
Sorry, something went wrong.
Awesome, thanks for the quick fix.
No branches or pull requests
Current yaml validator will report an error for
null
value when the schema type isstring
.Actually,
null
is a validstring
type. Similarly,array
/object
type should supportnull
, too.The text was updated successfully, but these errors were encountered: