Skip to content

Commit

Permalink
Updated included orgas.json to reflect schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedingersZombie committed Jul 28, 2024
1 parent 79572ca commit 3cfe7d5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions data/orgas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
"country": "Deutschland",
"state": "Niedersachsen",
"name": "Einhornhöhle",
"email": "pferd@mail.gay",
"website": "http://localhost",
"emails": [
{
"label": "E-Mail",
"email": "pferd@mail.gay"
}
],
"websites": [
{
"label": "Website",
"url": "http://localhost"
}
],
"phones": [],
"location": {
"address": "Einhornhöhle, August Großkopf-Weg, Herzberg",
"lon": 51.635,
Expand Down

0 comments on commit 3cfe7d5

Please sign in to comment.