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