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" }