24 lines
411 B
JSON
24 lines
411 B
JSON
{
|
|
"group_interactions": [
|
|
{
|
|
"name": "xxx",
|
|
"description": "xxx",
|
|
"entries": [
|
|
{
|
|
"data": {
|
|
"name": "xxx",
|
|
"value": "xxx",
|
|
"uri": "url://somewhere"
|
|
}
|
|
},
|
|
{
|
|
"data": {
|
|
"name": "xxx",
|
|
"value": "xxx",
|
|
"uri": "url://somewhere"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|