mirror of https://github.com/databricks/cli.git
remove dup def
This commit is contained in:
parent
9d59b5e055
commit
8ad092c651
|
@ -5030,20 +5030,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"variable.TargetVariable": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/$defs/github.com/databricks/cli/bundle/config/variable.TargetVariable"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "\\$\\{(var(\\.[a-zA-Z]+([-_]?[a-zA-Z0-9]+)*(\\[[0-9]+\\])*)*(\\[[0-9]+\\])*)\\}"
|
||||
}
|
||||
]
|
||||
},
|
||||
"variable.Variable": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue