Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and HavenDV committed Jan 7, 2025
1 parent fc92cd8 commit 45753bd
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ public sealed partial class JsonSerializerContextTypes
///
/// </summary>
public global::System.Collections.Generic.Dictionary<string, string>? StringStringDictionary { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.Dictionary<string, object>? StringObjectDictionary { get; set; }
/// <summary>
///
/// </summary>
public global::System.Text.Json.JsonElement? JsonElement { get; set; }

/// <summary>
///
Expand Down

0 comments on commit 45753bd

Please sign in to comment.