mirror of https://github.com/databricks/cli.git
13 lines
199 B
JSON
13 lines
199 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"foo": {
|
||
|
"type": "string",
|
||
|
"const": "abc"
|
||
|
},
|
||
|
"bar": {
|
||
|
"type": "string",
|
||
|
"const": "def"
|
||
|
}
|
||
|
}
|
||
|
}
|