Skip to content

Commit

Permalink
Revert "Add Additional Information field (#608)" (#609)
Browse files Browse the repository at this point in the history
This reverts commit 2910114.

Co-authored-by: Konstantin <[email protected]>
Co-authored-by: Freddy <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent dc3ff3c commit c6d46e6
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 @@ -51,13 +51,4 @@ public DateTimeOffset? GueltigBis
[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 c6d46e6

Please sign in to comment.