blob: c65c02c36f97062a1700ce93a2a5e6cb36ef242a [file] [log] [blame]
[
{
"description": "multiple types of null and object containing properties",
"schema": {
"type": ["null", "object"],
"properties": {
"foo": {}
}
},
"tests": [
{
"description": "null is valid",
"data": null,
"valid": true
}
]
}
]