This commit is contained in:
Shreyas Goenka 2024-06-28 00:39:13 +02:00
parent 7d92fc7e5d
commit 0cb6801d1e
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 2 deletions

View File

@ -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.