From 8f8899eb60729139ff0d0161cfe151dc029b9c37 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 31 Mar 2024 21:49:22 +0100 Subject: [PATCH] Standardise CIF naming scheme --- pkg/upstreamApi/cif.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/upstreamApi/cif.go b/pkg/upstreamApi/cif.go index a6955bf..8c5c284 100644 --- a/pkg/upstreamApi/cif.go +++ b/pkg/upstreamApi/cif.go @@ -36,7 +36,7 @@ type JsonAssociationV1 struct { DiagramType string `json:"diagram_type"` AssocDays string `json:"assoc_days"` Category string `json:"category"` - CIFSTPIndicator string `json:"CIF_stp_indicator"` + CifStpIndicator string `json:"CIF_stp_indicator"` DateIndicator string `json:"date_indicator"` }