databricks-cli/libs/template/testdata/skip_dir/schema.json

18 lines
267 B
JSON
Raw Normal View History

2023-05-22 08:16:40 +00:00
{
2023-05-22 09:06:10 +00:00
"version": 0,
"properties": {
"a": {
"type": "string"
},
"b": {
"type": "string"
},
"c": {
"type": "string"
},
"d": {
"type": "string"
}
2023-05-22 08:16:40 +00:00
}
}