From c6d46e66ffbdc291448b9097200fc92b6d14b334 Mon Sep 17 00:00:00 2001 From: konstantin Date: Wed, 27 Nov 2024 11:35:41 +0100 Subject: [PATCH] Revert "Add Additional Information field (#608)" (#609) This reverts commit 2910114cf9b0d7735cbd7541654f97a5385d62c4. Co-authored-by: Konstantin Co-authored-by: Freddy <100769900+FreddyFox892@users.noreply.github.com> --- BO4E/Marktkommunikation/ZeitabhaengigeBeziehung.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/BO4E/Marktkommunikation/ZeitabhaengigeBeziehung.cs b/BO4E/Marktkommunikation/ZeitabhaengigeBeziehung.cs index e601d7f5..06003938 100644 --- a/BO4E/Marktkommunikation/ZeitabhaengigeBeziehung.cs +++ b/BO4E/Marktkommunikation/ZeitabhaengigeBeziehung.cs @@ -51,13 +51,4 @@ public DateTimeOffset? GueltigBis [JsonPropertyOrder(4)] [Newtonsoft.Json.JsonProperty(PropertyName = "childId", Order = 4)] public string? ChildId { get; set; } - - /// - /// An extra field to store or add additional information for further processing. - /// This can be used to distinguish different kinds of relations between the same parent and child type. - /// - [JsonPropertyName("additionalInformation")] - [JsonPropertyOrder(5)] - [Newtonsoft.Json.JsonProperty(PropertyName = "additionalInformation", Order = 5)] - public string? AdditionalInformation { get; set; } }