gancio-upstream/tests/fixtures/AP-location/multiple-mixed-locations.json

31 lines
717 B
JSON
Raw Permalink Normal View History

2025-01-10 18:33:49 +01:00
[
{
"id" : "http://localhost:13120/federation/p/4",
"name" : "Location with a name",
"type" : "Place"
},
{
"id" : "http://localhost:13120/federation/p/5",
"name" : "A second location with a name",
"type" : "Place"
},
{
"id" : "https://virtual.location.org",
"name" : "A Virtual location",
"address": {
"type": "VirtualLocation",
"url": "https://virtual.location.org"
},
"type" : "Place"
},
{
"id" : "https://a.second.fallback.virtual.location.org",
"name" : "A Fallback Virtual location",
"address": {
"type": "VirtualLocation",
"url": "https://a.second.fallback.virtual.location.org"
},
"type" : "Place"
}
]