databricks-cli/libs/template/testdata/config-test-schema/test-schema.json

19 lines
362 B
JSON
Raw Normal View History

{
"properties": {
"int_val": {
"type": "integer",
"default": 123
},
"float_val": {
"type": "number"
},
"bool_val": {
"type": "boolean"
},
"string_val": {
"type": "string",
"default": "{{template \"file_name\"}}"
}
}
}