From 750ea830c4cc47bf2b82dfb1c2418155543ef000 Mon Sep 17 00:00:00 2001 From: Lucas DiCioccio Date: Mon, 12 Sep 2022 18:26:43 +0200 Subject: [PATCH] do not deserialize unknown and unused extra-data --- apicommunication/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apicommunication/schema.go b/apicommunication/schema.go index e3ed789..118706b 100644 --- a/apicommunication/schema.go +++ b/apicommunication/schema.go @@ -1544,7 +1544,7 @@ type HistoryMetadata struct { EmailDescription string `json:"emailDescription"` // EmailDescriptionKey is the The description key of the email address associated the history record. EmailDescriptionKey string `json:"emailDescriptionKey"` - ExtraData string `json:"extraData"` + // LDC: commenting-out as it fails on json-objects and we do not use it. ExtraData string `json:"extraData"` // Generator is the Details of the system that generated the history record. Generator struct { *HistoryMetadataParticipant `json:",inline"`