Simplify the scene_map schema

This commit is contained in:
2026-07-02 18:43:21 -05:00
parent 5e4be83c2e
commit adeaa46649
2 changed files with 4 additions and 5 deletions

View File

@@ -21,8 +21,7 @@
"required": [
"source_description",
"first_segment_id",
"last_segment_id",
"limitations"
"last_segment_id"
],
"properties": {
"source_description": {
@@ -60,8 +59,8 @@
"properties": {
"scene_id": {
"type": "string",
"description": "Stable sequential scene identifier, such as SCN-001.",
"pattern": "^SCN-[0-9]{3}$"
"description": "Stable sequential scene identifier.",
"pattern": "[0-9]$"
},
"start_segment_id": {
"type": "integer",