mirror of https://github.com/databricks/cli.git
25 lines
499 B
JSON
25 lines
499 B
JSON
|
{
|
||
|
"anyOf": [
|
||
|
{
|
||
|
"properties": {
|
||
|
"foo": {
|
||
|
"type": "string",
|
||
|
"const": "abc"
|
||
|
},
|
||
|
"bar": {
|
||
|
"type": "string",
|
||
|
"const": "abc"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"properties": {
|
||
|
"bar": {
|
||
|
"type": "string",
|
||
|
"const": "def"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|