add custom validation and use it for ffmpeg input roles

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:21 -06:00
parent 718757fc60
commit 09ceff9bd8
5 changed files with 685 additions and 574 deletions
+2 -1
View File
@@ -16,5 +16,6 @@
"format": "Invalid format",
"additionalProperties": "Unknown property is not allowed",
"oneOf": "Must match exactly one of the allowed schemas",
"anyOf": "Must match at least one of the allowed schemas"
"anyOf": "Must match at least one of the allowed schemas",
"ffmpeg.inputs.rolesUnique": "Each role can only be assigned to one input stream."
}