Skip to content

Commit 1cd5fe4

Browse files
authored
feat: adding options field to Field struct (#18)
2 parents 7ef8b42 + 3b2e7ba commit 1cd5fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type Field struct {
2323
Type string `json:"type"`
2424
Name string `json:"name"`
2525
Description string `json:"description"`
26+
Options map[string]interface{} `json:"options"`
2627
}
2728

2829
type View struct {

0 commit comments

Comments
 (0)