mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
7d92fc7e5d
commit
0cb6801d1e
|
@ -168,8 +168,6 @@ func toSchema(golangType reflect.Type, docs *Docs, tracker *tracker) (*jsonschem
|
|||
}
|
||||
jsonSchema := &jsonschema.Schema{Type: rootJavascriptType}
|
||||
|
||||
// Variables can be set as the value at any node in the configuration tree.
|
||||
|
||||
// At every node in the configuration tree we allow string values, provided
|
||||
// they are a variable reference. Any node (scalar, object or array) can be
|
||||
// set as a variable reference.
|
||||
|
|
Loading…
Reference in New Issue