Updated the scene_map schema to require integer segment IDs
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user