{
"type": "refreshIndicator",
"onRefresh": {
"actionType": "request",
"url": "https://raw.githubusercontent.com/StacDev/stac/main/examples/stac_gallery/assets/json/list_view_example.json",
"method": "get",
"contentType": "application/json"
},
"child": {
"type": "listView",
"children": [
{
"type": "listTile",
"title": {
"type": "text",
"data": "Pull down to refresh"
}
},
{
"type": "listTile",
"title": {
"type": "text",
"data": "Item 1"
}
},
{
"type": "listTile",
"title": {
"type": "text",
"data": "Item 2"
}
},
{
"type": "listTile",
"title": {
"type": "text",
"data": "Item 3"
}
}
]
}
}