update yaml schema for new pad_to_next fields (#2360)

This commit is contained in:
Jason Dove
2025-09-01 01:53:17 +00:00
committed by GitHub
parent eadacc7f8c
commit 07c1156a63
2 changed files with 4 additions and 0 deletions
@@ -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" }
@@ -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" }