18 lines
218 B
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."
|
|
}
|
|
]
|
|
}
|