Skip to content

Commit 6bab315

Browse files
committed
used HTML due to known limitation of Swagger UI
1 parent 7db9d05 commit 6bab315

File tree

1 file changed

+32
-22
lines changed

1 file changed

+32
-22
lines changed

docs/DatabaseCatalogAPI.yaml

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,14 @@ components:
433433
external_ids:
434434
$ref: "#/components/schemas/ExternalIds"
435435
description: |
436-
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.\n
437-
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.\n
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>.\n
439-
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.\n
440-
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.\n
436+
The ID that can be use to find the feed data in an external or legacy database.
437+
<ul>
438+
<li><b>JBDA</b>: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.</li>
439+
<li><b>TDG</b>: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.</li>
440+
<li><b>NTD</b>: 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>.</li>
441+
<li><b>TransitFeeds</b>: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.</li>
442+
<li><b>Transit.land</b>: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.</li>
443+
</ul>
441444
provider:
442445
description: A commonly used name for the transit provider included in the feed.
443446
type: string
@@ -787,11 +790,14 @@ components:
787790
external_ids:
788791
$ref: "#/components/schemas/ExternalIds"
789792
description: |
790-
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.\n
791-
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.\n
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>.\n
793-
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.\n
794-
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.\n
793+
The ID that can be use to find the feed data in an external or legacy database.
794+
<ul>
795+
<li><b>JBDA</b>: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.</li>
796+
<li><b>TDG</b>: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.</li>
797+
<li><b>NTD</b>: 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>.</li>
798+
<li><b>TransitFeeds</b>: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.</li>
799+
<li><b>Transit.land</b>: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.</li>
800+
</ul>
795801
provider:
796802
description: A commonly used name for the transit provider included in the feed.
797803
type: string
@@ -967,12 +973,14 @@ components:
967973
ExternalIds:
968974
type: array
969975
description: |
970-
The ID that can be use to find the feed data in an external or legacy database.\n
971-
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.\n
972-
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.\n
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>.\n
974-
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.\n
975-
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.\n
976+
The ID that can be use to find the feed data in an external or legacy database.
977+
<ul>
978+
<li><b>JBDA</b>: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.</li>
979+
<li><b>TDG</b>: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.</li>
980+
<li><b>NTD</b>: 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>.</li>
981+
<li><b>TransitFeeds</b>: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.</li>
982+
<li><b>Transit.land</b>: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.</li>
983+
</ul>
976984
items:
977985
$ref: "#/components/schemas/ExternalId"
978986

@@ -981,12 +989,14 @@ components:
981989
properties:
982990
external_id:
983991
description: |
984-
The ID that can be use to find the feed data in an external or legacy database.\n
985-
JBDA: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.\n
986-
TDG: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.\n
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>.\n
988-
TransitFeeds: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.\n
989-
Transit.land: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.\n
992+
The ID that can be used to find the feed data in an external or legacy database.
993+
<ul>
994+
<li><b>JBDA</b>: Automatically imported from http://docs.gtfs-data.jp/api.v2.html. Pattern is jbda-<organisation_id>-<feed_id>.</li>
995+
<li><b>TDG</b>: Automatically imported from https://doc.transport.data.gouv.fr/outils/outils-disponibles-sur-le-pan/api. Pattern is tdg-<resource_id>.</li>
996+
<li><b>NTD</b>: 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>.</li>
997+
<li><b>TransitFeeds</b>: Automatically imported from old TransitFeeds website. Pattern is tfs-<feed_id>.</li>
998+
<li><b>Transit.land</b>: Imported from https://www.transit.land/documentation/rest-api/feeds. Pattern is tld-<feed_id>.</li>
999+
</ul>
9901000
type: string
9911001
example: 1210
9921002
source:

0 commit comments

Comments
 (0)