From bd735ca7b0d6b663b713cbebfb54063703ce4203 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 15 Aug 2024 21:53:34 +0200 Subject: [PATCH] resrobot: products: use "id", not "mode" Both according to schema / readme and according to all other entries in this repository, hafas products use "id" and not "mode" --- data/se/resrobot-hafas-mgate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/se/resrobot-hafas-mgate.json b/data/se/resrobot-hafas-mgate.json index 1ad28d5..26180bf 100644 --- a/data/se/resrobot-hafas-mgate.json +++ b/data/se/resrobot-hafas-mgate.json @@ -56,11 +56,11 @@ }, { "bitmasks": [ 256 ], - "mode": "ferry" + "id": "ferry" }, { "bitmasks": [ 512 ], - "mode": "on-demand" + "id": "on-demand" } ], "ver": "1.18"