update lexicons

This commit is contained in:
Samuel Newman
2026-08-10 16:08:49 +03:00
parent 096fe085a1
commit c5fe16a46a
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -26,6 +26,13 @@
"type": "string",
"description": "The state of the video processing job. All values not listed as a known value indicate that the job is in process.",
"knownValues": [
"JOB_STATE_CREATED",
"JOB_STATE_ENCODING",
"JOB_STATE_ENCODED",
"JOB_STATE_SCANNING",
"JOB_STATE_SCANNED",
"JOB_STATE_UPLOADING",
"JOB_STATE_UPLOADED",
"JOB_STATE_COMPLETED",
"JOB_STATE_FAILED"
]