{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://jsonschema.net",
"type": "object",
"properties": {
"c": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
}
}
}
{c: null}
