add yaml playout rewind instruction (#2243)

This commit is contained in:
Jason Dove
2025-08-03 13:29:44 +00:00
committed by GitHub
parent f04b7ead09
commit aa3bd3b750
6 changed files with 54 additions and 4 deletions
@@ -62,6 +62,7 @@
"type": "array",
"items": {
"oneOf": [
{ "$ref": "#/$defs/control/rewindInstruction" },
{ "$ref": "#/$defs/control/skipItemsInstruction" },
{ "$ref": "#/$defs/control/skipToItemInstruction" },
{ "$ref": "#/$defs/control/waitUntilInstruction" }
@@ -284,6 +285,14 @@
}
},
"control": {
"rewindInstruction": {
"type": "object",
"properties": {
"rewind": { "type": "string" }
},
"required": [ "rewind" ],
"additionalProperties": false
},
"epgGroupInstruction": {
"type": "object",
"properties": {