Skip to content

Commit 7512746

Browse files
committed
feat(document-base): add meta property
1 parent 6f456ef commit 7512746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonApiDotNetCore/Models/DocumentBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public class DocumentBase
77
{
88
[JsonProperty("included")]
99
public List<DocumentData> Included { get; set; }
10+
public Dictionary<string, object> Meta { get; set; }
1011
}
1112
}

0 commit comments

Comments
 (0)