Represents the background configuration for the Mintlify documentation site.
public class BackgroundConfig
[JsonPropertyName("color")] public object Color { get; set; }
[JsonPropertyName("decoration")] public string Decoration { get; set; }
[JsonPropertyName("image")] public object Image { get; set; }