This commit is contained in:
2024-09-13 14:14:22 -07:00
parent 45502a30a9
commit 513e8ae4fc
7 changed files with 234 additions and 8 deletions

View File

@ -9,7 +9,7 @@ public class Value
int id,
int rev,
Fields fields,
object[] relations,
Relation[] relations,
CommentVersionRef commentVersionRef,
string url
)
@ -32,7 +32,7 @@ public class Value
public Fields Fields { get; }
[JsonPropertyName("relations")]
public object[] Relations { get; }
public Relation[] Relations { get; }
[JsonPropertyName("commentVersionRef")]
public CommentVersionRef CommentVersionRef { get; }