Skip to content

Commit

Permalink
Add description of Supported Versions column in README.md
Browse files Browse the repository at this point in the history
Follow-up of #659

This PR adds the description of Supported Versions column the in README.md.
  • Loading branch information
richfab authored Oct 11, 2024
1 parent 1a611c4 commit 9cebb27
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@ Please keep this list alphabetized by country and system name. Alternatively, fi

Field Name | REQUIRED | Definition
--- | :---: | ----
|Country Code | Yes | ISO 3166-1 alpha-2 code designating the country where the system is located. For a list of valid codes [see here](https://en.wikipedia.org/wiki/ISO_3166-1).
| Name | Yes| Name of the mobility system. This MUST match the `name` field in `system_information.json`
Location | Yes| Primary city in which the system is located, followed by the 2-letter state code for US systems. The location name SHOULD be in English if the location has an English name (eg: `Brussels`).
System ID | Yes | ID for the system. This MUST match the `system_id` field in `system_information.json`.
URL | Yes | URL for the system from the `url` field in `system_information.json`. If the `url` field is not included in `system_information.json` this SHOULD be the primary URL for the system operator.
Auto-Discovery URL | Yes | URL for the system's `gbfs.json` auto-discovery file.
|Country Code | REQUIRED | ISO 3166-1 alpha-2 code designating the country where the system is located. For a list of valid codes [see here](https://en.wikipedia.org/wiki/ISO_3166-1).
| Name | REQUIRED| Name of the mobility system. This MUST match the `name` field in `system_information.json`
Location | REQUIRED| Primary city in which the system is located, followed by the 2-letter state code for US systems. The location name SHOULD be in English if the location has an English name (eg: `Brussels`).
System ID | REQUIRED | ID for the system. This MUST match the `system_id` field in `system_information.json`.
URL | REQUIRED | URL for the system from the `url` field in `system_information.json`. If the `url` field is not included in `system_information.json` this SHOULD be the primary URL for the system operator.
Auto-Discovery URL | REQUIRED | URL for the system's `gbfs.json` auto-discovery file.
Supported Versions | REQUIRED | List of GBFS versions under which the feed is published. Values ​​are separated by a semi-colon surrounded with 1 space on each side for readability (" ; ").
Authentication Info | Conditionally REQUIRED | If authentication is required, this MUST contain a URL to a human-readable page describing how the authentication should be performed and how credentials can be created, or directly contain the public key-value pair to append to the feed URLs.

## GBFS JSON Schemas
Expand Down

0 comments on commit 9cebb27

Please sign in to comment.