22 lines
344 B
JSON
22 lines
344 B
JSON
{
|
|
"metadata": {
|
|
"id": "duplicate-segment-fixture"
|
|
},
|
|
"segments": [
|
|
{
|
|
"id": "seg-001",
|
|
"start": 0,
|
|
"end": 1,
|
|
"speaker": "Narrator",
|
|
"text": "First segment."
|
|
},
|
|
{
|
|
"id": "seg-001",
|
|
"start": 1,
|
|
"end": 2,
|
|
"speaker": "Player",
|
|
"text": "Duplicate segment."
|
|
}
|
|
]
|
|
}
|