Fixed bug with docgen

dev
Ice3man 2022-04-25 14:08:23 +05:30
parent a82c62cedd
commit 51d8f80713
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
// Variable is a key-value pair of strings that can be used
// throughout template.
type Variable struct {
utils.InsertionOrderedStringMap
utils.InsertionOrderedStringMap `yaml:"-" json:"-"`
}
func (variables *Variable) JSONSchemaType() *jsonschema.Type {