mirror of https://github.com/databricks/cli.git
13 lines
210 B
JSON
13 lines
210 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"foo": {
|
||
|
"type": "string",
|
||
|
"enum": ["a", "b", "c"]
|
||
|
},
|
||
|
"bar": {
|
||
|
"type": "integer",
|
||
|
"enum": [2,4,6]
|
||
|
}
|
||
|
}
|
||
|
}
|