databricks-cli/libs/template/templates/default-python/databricks_template_schema....

10 lines
191 B
JSON
Raw Normal View History

{
"properties": {
"project_name": {
"type": "string",
"default": "my_project",
"description": "Unique name for this project"
}
}
}