Add Go transcript and glossary schemas

This commit is contained in:
2026-05-10 23:52:36 +00:00
parent ea8def423e
commit 950edc01f2
20 changed files with 898 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"segments": [
{
"id": 1,
"speaker": "Alice",
"start": 0.0,
"end": 1.5,
"text": "Hello world."
},
{
"id": 2,
"speaker": "Bob",
"start": 2.0,
"end": 3.5,
"text": "Hi there.",
"categories": ["greeting"]
}
]
}