From e4fe25c51c7e2616b56552e9ace65ff468281cc5 Mon Sep 17 00:00:00 2001 From: Will Lehman Date: Tue, 30 Apr 2024 10:54:29 -0500 Subject: [PATCH] changing map to dictionary --- Usace.CC.Plugin/Action.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usace.CC.Plugin/Action.cs b/Usace.CC.Plugin/Action.cs index 5751e7d..b875416 100644 --- a/Usace.CC.Plugin/Action.cs +++ b/Usace.CC.Plugin/Action.cs @@ -13,6 +13,6 @@ public class Action [JsonPropertyName("desc")] public string Description { get; set; } [JsonPropertyName("params")] - public Map Parameters { get; set; } + public Dictionary Parameters { get; set; } } } \ No newline at end of file