public class Palette { [JsonPropertyName("id")] public string Id { get; set; }
public class ShinyData { [JsonPropertyName("version")] public string Version { get; set; } shinydat file for pgsharp
[JsonPropertyName("max")] public int Max { get; set; } } [JsonPropertyName("features")] public List<
[JsonPropertyName("features")] public List<Feature> Features { get; set; } } Features { get
[JsonPropertyName("palettes")] public List<Palette> Palettes { get; set; }
public class Input { [JsonPropertyName("min")] public int Min { get; set; }
[JsonPropertyName("default")] public int DefaultValue { get; set; } }