Correct JsonScheduleV1 to include TransactionType
This commit is contained in:
@@ -42,6 +42,7 @@ type JsonAssociationV1 struct {
|
||||
|
||||
// Defined a schedule entry from a CIF File
|
||||
type JsonScheduleV1 struct {
|
||||
TransactionType string `json:"transaction_type"`
|
||||
CifBankHolidayRunning string `json:"CIF_bank_holiday_running"`
|
||||
CifStpIndicator string `json:"CIF_stp_indicator"`
|
||||
CifTrainUid string `json:"CIF_train_uid"`
|
||||
|
||||
Reference in New Issue
Block a user