Matjaz Mesnjak da65f00f6c Initial commit.
2017-09-20 23:19:33 +02:00

19 lines
316 B
JSON

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