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
Copy file name to clipboardExpand all lines: docs/DatabaseCatalogAPI.yaml
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -432,6 +432,12 @@ components:
432
432
format: date-time
433
433
external_ids:
434
434
$ref: "#/components/schemas/ExternalIds"
435
+
description: |
436
+
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.
437
+
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.
438
+
NTD: Automatically imported from https://www.transit.dot.gov/ntd/data-product/2023-annual-database-general-transit-feed-specification-gtfs-weblinks. Pattern is ntd-<ntd_id>.
439
+
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.
440
+
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.
435
441
provider:
436
442
description: A commonly used name for the transit provider included in the feed.
437
443
type: string
@@ -780,6 +786,12 @@ components:
780
786
example: true
781
787
external_ids:
782
788
$ref: "#/components/schemas/ExternalIds"
789
+
description: |
790
+
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.
791
+
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.
792
+
NTD: Automatically imported from https://www.transit.dot.gov/ntd/data-product/2023-annual-database-general-transit-feed-specification-gtfs-weblinks. Pattern is ntd-<ntd_id>.
793
+
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.
794
+
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.
783
795
provider:
784
796
description: A commonly used name for the transit provider included in the feed.
785
797
type: string
@@ -954,14 +966,27 @@ components:
954
966
955
967
ExternalIds:
956
968
type: array
969
+
description: |
970
+
The ID that can be use to find the feed data in an external or legacy database.
971
+
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.
972
+
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.
973
+
NTD: Automatically imported from https://www.transit.dot.gov/ntd/data-product/2023-annual-database-general-transit-feed-specification-gtfs-weblinks. Pattern is ntd-<ntd_id>.
974
+
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.
975
+
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.
957
976
items:
958
977
$ref: "#/components/schemas/ExternalId"
959
978
960
979
ExternalId:
961
980
type: object
962
981
properties:
963
982
external_id:
964
-
description: The ID that can be use to find the feed data in an external or legacy database.
983
+
description: |
984
+
The ID that can be use to find the feed data in an external or legacy database.
985
+
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.
986
+
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.
987
+
NTD: Automatically imported from https://www.transit.dot.gov/ntd/data-product/2023-annual-database-general-transit-feed-specification-gtfs-weblinks. Pattern is ntd-<ntd_id>.
988
+
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.
989
+
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.
0 commit comments