gancio-upstream/tests/fixtures/AP-location/physical-location-with-postal-address.json

14 lines
349 B
JSON
Raw Permalink Normal View History

2025-01-10 18:33:49 +01:00
{
"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"
}