Update additional segment ID fields to require integers
This commit is contained in:
@@ -30,11 +30,11 @@
|
|||||||
"description": "Brief description of the transcript or source material reviewed."
|
"description": "Brief description of the transcript or source material reviewed."
|
||||||
},
|
},
|
||||||
"first_segment_id": {
|
"first_segment_id": {
|
||||||
"type": "string",
|
"type": "integer",
|
||||||
"description": "The first transcript segment covered by the scene map."
|
"description": "The first transcript segment covered by the scene map."
|
||||||
},
|
},
|
||||||
"last_segment_id": {
|
"last_segment_id": {
|
||||||
"type": "string",
|
"type": "integer",
|
||||||
"description": "The final transcript segment covered by the scene map."
|
"description": "The final transcript segment covered by the scene map."
|
||||||
},
|
},
|
||||||
"limitations": {
|
"limitations": {
|
||||||
|
|||||||
Reference in New Issue
Block a user