Represents a dropdown configuration for global navigation in the Mintlify documentation site.
public class GlobalDropdownConfig
[JsonPropertyName("color")] public ColorPairConfig Color { get; set; }
[JsonPropertyName("description")] public string Description { get; set; }
[JsonPropertyName("dropdown")] public string Dropdown { get; set; }
[JsonPropertyName("hidden")] public bool? Hidden { get; set; }
[JsonPropertyName("href")] public string Href { get; set; }
[JsonPropertyName("icon")] public object Icon { get; set; }