mirror of https://github.com/databricks/cli.git
10 lines
137 B
JSON
10 lines
137 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"abc": {
|
||
|
"type": "integer",
|
||
|
"default": 1.1
|
||
|
}
|
||
|
}
|
||
|
}
|