Browse Source

update yaml schema for new pad_to_next fields (#2360)

pull/2361/head
Jason Dove 11 months ago committed by GitHub
parent
commit
07c1156a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ErsatzTV/Resources/sequential-schedule-import.schema.json
  2. 2
      ErsatzTV/Resources/sequential-schedule.schema.json

2
ErsatzTV/Resources/sequential-schedule-import.schema.json

@ -222,9 +222,11 @@ @@ -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" }

2
ErsatzTV/Resources/sequential-schedule.schema.json

@ -273,9 +273,11 @@ @@ -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" }

Loading…
Cancel
Save