Represents the complete DocFX metadata structure.
public class DocFxMetadata
public Dictionary<string, DocFxApiItem> Items { get; set; }
public Dictionary<string, DocFxReference> References { get; set; }
public List<DocFxTocItem> TableOfContents { get; set; }