mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
31 lines
717 B
JSON
31 lines
717 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",
|
||
|
"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"
|
||
|
}
|
||
|
]
|