mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
14 lines
349 B
JSON
14 lines
349 B
JSON
|
{
|
||
|
"id" : "http://localhost:13120/federation/p/2",
|
||
|
"name" : "Location with a postal address",
|
||
|
"address": {
|
||
|
"type": "PostalAddress",
|
||
|
"addressCountry": "Austria",
|
||
|
"addressLocality": "Fediverse Town",
|
||
|
"addressRegion": "Steiermark",
|
||
|
"postalCode": "8010",
|
||
|
"streetAddress": "15 Fediverse Street"
|
||
|
},
|
||
|
"type" : "Place"
|
||
|
}
|