update yaml schema for new pad_to_next fields (#2360)
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user