Add walking skeleton pipeline fixture

This commit is contained in:
2026-07-03 15:49:32 +00:00
parent a0ef7167e9
commit d7881d7936
3 changed files with 447 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"id": "fixture-source",
"units": [
{
"id": "u1",
"text": "First event."
},
{
"id": "u2",
"text": "Second event."
},
{
"id": "u3",
"text": "Third event."
}
]
}