I have a struct that embeds another struct.
type MatchRequest struct { KeyFeatures Features `json:"key_features"` } type Features struct { A