Skip to content

Commit

Permalink
Revert "Add Additional Information field (#608)"
Browse files Browse the repository at this point in the history
This reverts commit 2910114.
  • Loading branch information
Konstantin committed Nov 25, 2024
1 parent 2910114 commit ddd9bd1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions BO4E/Marktkommunikation/ZeitabhaengigeBeziehung.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,4 @@ public class ZeitabhaengigeBeziehung
[JsonPropertyOrder(4)]
[Newtonsoft.Json.JsonProperty(PropertyName = "childId", Order = 4)]
public string? ChildId { get; set; }

/// <summary>
/// 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.
/// </summary>
[JsonPropertyName("additionalInformation")]
[JsonPropertyOrder(5)]
[Newtonsoft.Json.JsonProperty(PropertyName = "additionalInformation", Order = 5)]
public string? AdditionalInformation { get; set; }
}

0 comments on commit ddd9bd1

Please sign in to comment.