update latest lexicons

This commit is contained in:
Samuel Newman
2026-08-07 18:20:05 +03:00
parent 38367d2a5c
commit 8a119ecdb2
6 changed files with 37 additions and 8 deletions
+11
View File
@@ -38,6 +38,17 @@
"maximum": 100,
"minimum": 0,
"description": "Progress within the current processing state."
},
"failureCode": {
"type": "string",
"description": "A machine-readable code for why the video processing job failed.",
"knownValues": [
"validation_failure",
"encoding_failure",
"pds_upload_failure",
"pds_upload_unsupported_blob_size",
"generic_failure"
]
}
}
}