Null type
Description for null type
The null type is used to validate the null value.
{
"type": "null"
}
| Input | Status |
|---|---|
null |
valid |
"" |
invalid - is string |
false |
invalid - is boolean |
0 |
invalid - is integer/number |
Validation keywords
The null type has no specific validation keywords.