Updated the scene_map schema to require integer segment IDs

This commit is contained in:
2026-05-26 20:23:37 -05:00
parent 9ffe4b5e37
commit 5565a22825

View File

@@ -71,11 +71,11 @@
"pattern": "^SCN-[0-9]{3}$" "pattern": "^SCN-[0-9]{3}$"
}, },
"start_segment_id": { "start_segment_id": {
"type": "string", "type": "integer",
"description": "Exact segment ID where this scene begins." "description": "Exact segment ID where this scene begins."
}, },
"end_segment_id": { "end_segment_id": {
"type": "string", "type": "integer",
"description": "Exact segment ID where this scene ends." "description": "Exact segment ID where this scene ends."
}, },
"short_title": { "short_title": {