gancio/tests/fixtures/AP-location/multiple-mixed-locations.json
2025-02-11 18:09:16 +01:00

25 lines
619 B
JSON

[
{
"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",
"type": "VirtualLocation",
"url": "https://virtual.location.org"
},
{
"id" : "https://a.second.fallback.virtual.location.org",
"name" : "A Fallback Virtual location",
"type": "VirtualLocation",
"url": "https://a.second.fallback.virtual.location.org"
}
]