namespace SabreTools.Data.Models.Metadata { /// /// Format-agnostic representation of a full metadata file /// public class MetadataFile : DictionaryBase { #region Keys /// Machine[] [NoFilter] public const string MachineKey = "machine"; /// Header [NoFilter] public const string HeaderKey = "header"; /// InfoSource [NoFilter] public const string InfoSourceKey = "infosource"; #endregion } }