package upstreamApi type PIS struct { Code string `json:"code"` Stops []string `json:"stops"` Operator string `json:"operator,omitempty"` }