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