From 07c1156a63cc58477c6d32e4e8751bb14113ef85 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:53:17 -0500 Subject: [PATCH] update yaml schema for new pad_to_next fields (#2360) --- ErsatzTV/Resources/sequential-schedule-import.schema.json | 2 ++ ErsatzTV/Resources/sequential-schedule.schema.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ErsatzTV/Resources/sequential-schedule-import.schema.json b/ErsatzTV/Resources/sequential-schedule-import.schema.json index 33960587c..2ea0480f0 100644 --- a/ErsatzTV/Resources/sequential-schedule-import.schema.json +++ b/ErsatzTV/Resources/sequential-schedule-import.schema.json @@ -222,9 +222,11 @@ "properties": { "pad_to_next": { "type": "integer" }, "content": { "type": "string" }, + "offline_tail": { "type": "boolean" }, "trim": { "type": "boolean" }, "fallback": { "type": "string" }, "discard_attempts": { "type": "integer" }, + "stop_before_end": { "type": "boolean" }, "filler_kind": { "$ref": "#/$defs/enums/filler_kind" }, "custom_title": { "type": "string" }, "disable_watermarks": { "type": "boolean" } diff --git a/ErsatzTV/Resources/sequential-schedule.schema.json b/ErsatzTV/Resources/sequential-schedule.schema.json index a4d966305..34304c5a6 100644 --- a/ErsatzTV/Resources/sequential-schedule.schema.json +++ b/ErsatzTV/Resources/sequential-schedule.schema.json @@ -273,9 +273,11 @@ "properties": { "pad_to_next": { "type": "integer" }, "content": { "type": "string" }, + "offline_tail": { "type": "boolean" }, "trim": { "type": "boolean" }, "fallback": { "type": "string" }, "discard_attempts": { "type": "integer" }, + "stop_before_end": { "type": "boolean" }, "filler_kind": { "$ref": "#/$defs/enums/filler_kind" }, "custom_title": { "type": "string" }, "disable_watermarks": { "type": "boolean" }