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: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,16 @@ Contains the JSON schemas used to validate the feeds in the integration tests.
66
66
| --minimum_latitude | Latitude | System generated | The minimum latitude for the feed's bounding box.
67
67
| --maximum_latitude | Latitude | System generated | The maximum latitude for the feed's bounding box.
68
68
| --minimum_longitude | Longitude | System generated | The minimum longitude for the feed's bounding box.
69
-
@@ -79,7 +83,7 @@ Contains the JSON schemas used to validate the feeds in the integration tests.
70
-
| - latest | URL | System generated | A stable URL for the latest dataset of a feed. |
71
-
|- license |URL| Optional | The license information for the direct download URL. |
69
+
| --maximum_longitude | Longitude | System generated | The maximum longitude for the feed's bounding box.
70
+
| --extracted_on | Date and Time | System generated | The date and timestamp the bounding box was extracted on in UTC.
71
+
| provider | Text | Required | A commonly used name for the transit provider included in the feed. |
72
+
| feed_contact_email | Text | Optional | The contact information for the data producer of the feed, discovered via feed_info.feed_contact_email in the feed, the provider's website, or the Mobility Database contributor form. |
73
+
| name | Text |Optional | An optional description of the feed, e.g to specify if the feed is an aggregate of multiple providers, or which network is represented by the feed. |
74
+
|urls| Object | Required | Contains URLs associated with the feed in the `direct_download_url`, `latest`, and `license` fields. |
75
+
|- direct_download |URL|Optional | URL that automatically opens the feed. |
76
+
|- authentication_type |Enum|Optional | The **authentication_type** field defines the type of authentication required to access the URL. Valid values for this field are: <ul> <li>**0** or **(empty)** - No authentication required.</li><li>**1** - The authentication requires an API key, which should be passed as value of the parameter `api_key_parameter_name` in the URL. Please visit URL in `authentication_info_url` for more information. </li><li>**2** - The authentication requires an HTTP header, which should be passed as the value of the header `api_key_parameter_name` in the HTTP request. </li></ul> When not provided, the authentication type is assumed to be **0**.|
77
+
|- authentication_info_url | URL| Conditionally required | If authentication is required, the **authentication_info_url** field contains a URL to a human-readable page describing how the authentication should be performed and how credentials can be created. This field is required for `authentication_type=1` and `authentication_type=2`. |
78
+
|- api_key_parameter_name |Text|Conditionally required | The **api_key_parameter_name** field defines the name of the parameter to pass in the URL to provide the API key. This field is required for `authentication_type=1` and `authentication_type=2`. |
0 commit comments