Files
notarius/internal/framework/pipeline/testdata/walking_skeleton_input.json

18 lines
218 B
JSON

{
"id": "fixture-source",
"units": [
{
"id": 1,
"text": "First event."
},
{
"id": 2,
"text": "Second event."
},
{
"id": 3,
"text": "Third event."
}
]
}