Update additional segment ID fields to require integers

This commit is contained in:
2026-05-26 20:28:15 -05:00
parent 5565a22825
commit f742e33259

View File

@@ -30,11 +30,11 @@
"description": "Brief description of the transcript or source material reviewed."
},
"first_segment_id": {
"type": "string",
"type": "integer",
"description": "The first transcript segment covered by the scene map."
},
"last_segment_id": {
"type": "string",
"type": "integer",
"description": "The final transcript segment covered by the scene map."
},
"limitations": {