Skip to content

Commit

Permalink
Merge pull request #2091 from solliancenet/cj-fix-content-artifact-pe…
Browse files Browse the repository at this point in the history
…rsistence

Fix format of content artifact property bag
  • Loading branch information
codingbandit authored Dec 17, 2024
2 parents 0e6e1f7 + e5f2ae2 commit ef547e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ public class ContentArtifact
/// The metadata associated with the content.
/// </summary>
[JsonPropertyName("metadata")]
public Dictionary<string, object>? Metadata { get; set; }
public Dictionary<string, string>? Metadata { get; set; }
}

0 comments on commit ef547e3

Please sign in to comment.