databricks-cli/internal/testdata/init/templateDefinition/schema.json

21 lines
498 B
JSON
Raw Normal View History

2023-05-17 11:41:15 +00:00
{
2023-05-22 09:06:10 +00:00
"version": 0,
"properties": {
"project_name": {
"description": "Name of the project",
"type": "string"
},
"cloud_type": {
"description": "type of the cloud for the project",
"type": "string"
},
"is_production": {
"type": "boolean"
},
"ci_type": {
"type": "string",
"description": "type of the CI runner, eg: github, azure devops"
}
2023-05-17 11:41:15 +00:00
}
}