Skip to content

Commit

Permalink
fix: or-2453 remove json-ld properties on werkingsgebied response models
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Nov 19, 2024
1 parent b77d035 commit 3991d56
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@
using System.Runtime.Serialization;

[DataContract]
public class Werkingsgebied : IJsonLd
public class Werkingsgebied
{
/// <summary>De json-ld id</summary>
[DataMember(Name = "@id")]
public string id { get; init; }

/// <summary>Het json-ld type</summary>
[DataMember(Name = "@type")]
public string type { get; init; }

/// <summary>De code van het werkingsgebied</summary>
[DataMember(Name = "Code")]
public string Code { get; init; } = null!;
Expand Down

0 comments on commit 3991d56

Please sign in to comment.