We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a69253 commit 303387eCopy full SHA for 303387e
1 file changed
format.go
@@ -36,8 +36,8 @@ type PresentResponse struct {
36
}
37
38
type DistributionResponse struct {
39
- Field string `json:"field"`
40
- Values []DistributionValue
+ Field string `json:"field"`
+ Values []DistributionValue `json:"values"`
41
42
43
type DistributionValue struct {
0 commit comments