diff --git a/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json b/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json index 1738566..4e8d9a8 100644 --- a/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json +++ b/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json @@ -71,11 +71,11 @@ "pattern": "^SCN-[0-9]{3}$" }, "start_segment_id": { - "type": "string", + "type": "integer", "description": "Exact segment ID where this scene begins." }, "end_segment_id": { - "type": "string", + "type": "integer", "description": "Exact segment ID where this scene ends." }, "short_title": {