Signal Loom Schema — JSON output (truncated)
{
"schema": "Signal Loom Schema v1",
"schema_url": "https://signalloomai.com/schema",
"source_ref": "youtube.com/watch?v=...",
"source_kind": "youtube_url",
"media_kind": "audio",
"language": "en",
"duration_seconds": 20.0,
"segments": [
{
"segment_id": "S1",
"start_seconds": 0.48, "end_seconds": 5.64,
"start_time": "00:00:00",
"end_time": "00:00:06",
"text": "Hello, this is Travis Brady with AIM-T Pulse..."
}
],
"metadata": {
"schema_dimensions": [
{ "dimension": "temporal", "description": "timestamped segments with start/end seconds" },
{ "dimension": "provenance", "description": "source reference + platform metadata" }
]
}
}