33 version : 1.0.0
44 title : Mobility Database Catalog Operations
55 description : |
6- API for the Mobility Database Catalog Operations. See [https://mobilitydatabase.org/](https://mobilitydatabase.org/).
6+ API for the Mobility Database Catalog Operations. See [https://mobilitydatabase.org/](https://mobilitydatabase.org/).
77 This API was designed for internal use and is not intended to be used by the general public.
88 The Mobility Database Operation API uses Auth2.0 authentication.
99 termsOfService : https://mobilitydatabase.org/terms-and-conditions
@@ -33,29 +33,29 @@ paths:
3333 required : false
3434 schema :
3535 type : string
36- enum : [wip, published]
36+ enum : [ wip, published ]
3737 - name : data_type
3838 in : query
3939 description : Filter feeds by data type.
4040 required : false
4141 schema :
4242 type : string
43- enum : [gtfs, gtfs_rt]
43+ enum : [ gtfs, gtfs_rt ]
4444 - name : offset
4545 in : query
4646 description : Number of items to skip for pagination.
4747 required : false
4848 schema :
49- type : integer
50- default : 0
49+ type : string
50+ default : " 0 "
5151 - name : limit
5252 in : query
5353 description : Maximum number of items to return.
5454 required : false
5555 schema :
56- type : integer
57- default : 50
58- maximum : 100
56+ type : string
57+ default : " 50 "
58+ example : " 100"
5959 responses :
6060 200 :
6161 description : List of feeds retrieved successfully.
8686 - " operations"
8787 operationId : updateGtfsFeed
8888 security :
89- - ApiKeyAuth : []
89+ - ApiKeyAuth : [ ]
9090 requestBody :
9191 description : Payload to update the specified GTFS feed.
9292 required : true
@@ -118,7 +118,7 @@ paths:
118118 - " operations"
119119 operationId : updateGtfsRtFeed
120120 security :
121- - ApiKeyAuth : []
121+ - ApiKeyAuth : [ ]
122122 requestBody :
123123 description : Payload to update the specified GTFS-RT feed.
124124 required : true
@@ -179,7 +179,7 @@ components:
179179 $ref : " #/components/schemas/SourceInfo"
180180 operational_status :
181181 type : string
182- enum : [wip, published]
182+ enum : [ wip, published ]
183183 description : Current operational status of the feed.
184184 created_at :
185185 type : string
@@ -245,10 +245,10 @@ components:
245245 type : integer
246246 description : Total number of feeds matching the criteria.
247247 offset :
248- type : integer
248+ type : string
249249 description : Current offset for pagination.
250250 limit :
251- type : integer
251+ type : string
252252 description : Maximum number of items per page.
253253 feeds :
254254 type : array
@@ -285,13 +285,13 @@ components:
285285 example : Los Angeles Department of Transportation (LADOT, DASH, Commuter Express)
286286 feed_name :
287287 description : >
288- An optional description of the data feed, e.g to specify if the data feed is an aggregate of
288+ An optional description of the data feed, e.g to specify if the data feed is an aggregate of
289289 multiple providers, or which network is represented by the feed.
290290 type : string
291291 example : Bus
292292 note :
293- description : A note to clarify complex use cases for consumers.
294- type : string
293+ description : A note to clarify complex use cases for consumers.
294+ type : string
295295 feed_contact_email :
296296 description : Use to contact the feed producer.
297297 type : string
@@ -344,13 +344,13 @@ components:
344344 example : Los Angeles Department of Transportation (LADOT, DASH, Commuter Express)
345345 feed_name :
346346 description : >
347- An optional description of the data feed, e.g to specify if the data feed is an aggregate of
347+ An optional description of the data feed, e.g to specify if the data feed is an aggregate of
348348 multiple providers, or which network is represented by the feed.
349349 type : string
350350 example : Bus
351351 note :
352- description : A note to clarify complex use cases for consumers.
353- type : string
352+ description : A note to clarify complex use cases for consumers.
353+ type : string
354354 feed_contact_email :
355355 description : Use to contact the feed producer.
356356 type : string
@@ -396,7 +396,7 @@ components:
396396 properties :
397397 producer_url :
398398 description : >
399- URL where the producer is providing the dataset.
399+ URL where the producer is providing the dataset.
400400 Refer to the authentication information to know how to access this URL.
401401 type : string
402402 format : url
@@ -405,7 +405,7 @@ components:
405405 $ref : " #/components/schemas/Authentication_type"
406406 authentication_info_url :
407407 description : >
408- Contains a URL to a human-readable page describing how the authentication should be performed and how credentials can be created.
408+ Contains a URL to a human-readable page describing how the authentication should be performed and how credentials can be created.
409409 This field is required for `authentication_type=1` and `authentication_type=2`.
410410 type : string
411411 format : url
@@ -500,4 +500,4 @@ components:
500500 in : header
501501
502502security :
503- - ApiKeyAuth : []
503+ - ApiKeyAuth : [ ]
0 commit comments