type ParamProps … type paramPropsOmitZero … type Parameter … // UnmarshalJSON hydrates this items instance with the data from JSON func (p *Parameter) UnmarshalJSON(data []byte) error { … } func (p *Parameter) UnmarshalNextJSON(opts jsonv2.UnmarshalOptions, dec *jsonv2.Decoder) error { … } // MarshalJSON converts this items object to JSON func (p Parameter) MarshalJSON() ([]byte, error) { … } func (p Parameter) MarshalNextJSON(opts jsonv2.MarshalOptions, enc *jsonv2.Encoder) error { … }