{ "manifest": { "pipeline_id": "walking-skeleton", "pipeline_digest": "sha256:75c1f6d64d86666734ccf175cdb82ae90e0ba5be3194be952850d7c00c66e615", "validation_status": "approved", "artifact_lanes": [ { "id": "events", "extractor": "fake/extract", "merger": "appendorder", "normalizer": "noop" } ] }, "normalize_outputs": [ { "lane_id": "events", "normalizer_key": "noop", "source_id": "fixture-source", "schema": { "id": "fake_event", "name": "fake_event", "version": "v1" }, "media_type": "application/json", "content": { "outputs": [ { "chunk_id": "fixture-source:chunk:0", "llm_call": 1, "text": "First event. Second event." }, { "chunk_id": "fixture-source:chunk:1", "llm_call": 2, "text": "Third event." } ] } } ] }