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

9 lines
140 B
JSON

{
"properties": {
"property-without-description": {
"type": "integer",
"default": 123
}
}
}