Implement artifact-level render command with Markdown output and update docs
This commit is contained in:
33
examples/render/input-intermediate.json
Normal file
33
examples/render/input-intermediate.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"metadata": {
|
||||
"application": "seriatim",
|
||||
"version": "v-test",
|
||||
"output_schema": "seriatim-intermediate"
|
||||
},
|
||||
"segments": [
|
||||
{
|
||||
"id": 1,
|
||||
"start": 1,
|
||||
"end": 4,
|
||||
"speaker": "Eric Rakestraw",
|
||||
"text": "Hello there."
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"start": 5,
|
||||
"end": 8,
|
||||
"speaker": "Mike Brown",
|
||||
"text": "Welcome back, everyone."
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"start": 9,
|
||||
"end": 10,
|
||||
"speaker": "Eric Rakestraw",
|
||||
"text": "Yeah.",
|
||||
"categories": [
|
||||
"backchannel"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user