Represents override content for enhancing API documentation with conceptual elements.
public class OverrideContent
public Dictionary<string, string> AdditionalSections { get; set; }
public ConceptualReferences Conceptual { get; set; }
public Dictionary<string, object> Frontmatter { get; set; }
public string Uid { get; set; }