Skip to content

Commit

Permalink
do not deserialize unknown and unused extra-data
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdicioccio committed Sep 12, 2022
1 parent d3fb94b commit 750ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apicommunication/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 750ea83

Please sign in to comment.