From f742e3325969d47206c731d5945bf4e70a3e67e2 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Tue, 26 May 2026 20:28:15 -0500 Subject: [PATCH] Update additional segment ID fields to require integers --- schemas/automation-pipeline-dnd/analyze/scene_map.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json b/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json index 4e8d9a8..0abebca 100644 --- a/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json +++ b/schemas/automation-pipeline-dnd/analyze/scene_map.schema.json @@ -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": {