You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Get the specified GTFS feed from the Mobility Database. Once a week, we check if the latest dataset has been updated and, if so, we update it in our system accordingly.
176
175
tags:
177
176
- "feeds"
178
-
- "beta"
179
177
operationId: getGtfsFeed
180
178
181
179
security:
@@ -1088,6 +1086,14 @@ components:
1088
1086
description: Notes concerning the relation between the feed and the license.
1089
1087
type: string
1090
1088
example: Detected locale/jurisdiction port 'nl'. SPDX does not list ported CC licenses; using canonical ID.
1089
+
license_tags:
1090
+
description: List of taxonomy tags associated with the feed's license.
1091
+
type: array
1092
+
items:
1093
+
type: string
1094
+
example:
1095
+
- "family:ODC"
1096
+
- "license:open-data-commons"
1091
1097
1092
1098
Locations:
1093
1099
type: array
@@ -1345,6 +1351,14 @@ components:
1345
1351
type: string
1346
1352
example: 2023-07-10T22:06:00Z
1347
1353
format: date-time
1354
+
license_tags:
1355
+
description: List of taxonomy tags associated with the license.
0 commit comments