18 lines
227 B
JSON
18 lines
227 B
JSON
{
|
|
"id": "fixture-source",
|
|
"units": [
|
|
{
|
|
"id": "u1",
|
|
"text": "First event."
|
|
},
|
|
{
|
|
"id": "u2",
|
|
"text": "Second event."
|
|
},
|
|
{
|
|
"id": "u3",
|
|
"text": "Third event."
|
|
}
|
|
]
|
|
}
|