namespace SabreTools.Models.Internal { /// /// 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"; #endregion } }