diff --git a/charging_stations.json b/charging_stations.json new file mode 100644 index 0000000..82d4759 --- /dev/null +++ b/charging_stations.json @@ -0,0 +1,15 @@ +{ + "type": "index", + "name": { + "de": "Ladestationen", + "en": "Charging stations", + }, + "subCategories": [ + { + "id": "charging-cars" + }, + { + "id": "charging-bicycles" + } + ] +}