mirror of https://github.com/databricks/cli.git
11 lines
166 B
JSON
11 lines
166 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"abc": {
|
||
|
"type": "integer",
|
||
|
"default": 1,
|
||
|
"enum": [1,2.4,3]
|
||
|
}
|
||
|
}
|
||
|
}
|