mirror of https://github.com/databricks/cli.git
20 lines
374 B
JSON
20 lines
374 B
JSON
|
{
|
||
|
"properties": {
|
||
|
"int_val": {
|
||
|
"type": "integer",
|
||
|
"default": 123
|
||
|
},
|
||
|
"float_val": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"bool_val": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"string_val": {
|
||
|
"type": "string",
|
||
|
"default": "abc"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|