diff --git a/base.go b/base.go index e31604e..b6be4f8 100644 --- a/base.go +++ b/base.go @@ -23,6 +23,7 @@ type Field struct { Type string `json:"type"` Name string `json:"name"` Description string `json:"description"` + Options map[string]interface{} `json:"options"` } type View struct {