namespace ErsatzTV.Core.Scheduling.YamlScheduling.Models; public class YamlPlayoutDefinition { public List Content { get; set; } = []; public List Sequence { get; set; } = []; public List Reset { get; set; } = []; public List Playout { get; set; } = []; }