{
"anyOf": [
"properties": {
"foo": {
"type": "string",
"const": "abc"
},
"bar": {
}
"const": "def"
]