From bcfe780d2953c052338a0e54ffe536dfb098a339 Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Wed, 9 Oct 2019 15:48:45 -0700 Subject: [PATCH 1/9] license_url "Required" Make license_url "Required", add attribution fields and add inventory of common data licenses. --- data-licenses.md | 15 +++++++++++++++ gbfs.md | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 data-licenses.md diff --git a/data-licenses.md b/data-licenses.md new file mode 100644 index 00000000..ef266a34 --- /dev/null +++ b/data-licenses.md @@ -0,0 +1,15 @@ +### Common Data Licenses + +Below is a table of common licenses under which datasets can be made available. A permissive license will likely permit more apps and developers to ingest GBFS data. No recommendation for any particular license is offered here. + +Definitions of terms: +- Requires attribution: Data users must give credit (attribution) to the data publisher and provide a link to the license. +- Share-alike (viral): Derivative works (remixed, transformed, or built upon the material) must be distributed under the same license as the original. + +| *License shorthand* | *Full name* | *Human-readable license summary* | *License text* | *Requires attribution* | *Share-alike (viral)* | +|-------------------|-----------------------------------------------------|--------------------------------------------------------------|-------------------------------------------------------------|----------------------|---------------------| +| CC0 1.0 | Creative Commons Universal Public Domain Dedication | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | +| CC BY 4.0 | Creative Commons Attribution 4.0 International | [Summary @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/) | [Text @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/legalcode) | Yes | No | +| CDLA-permissive | Community Data License Agreement | [Summary @ cdla.io](https://cdla.io/) | [Text @ cdla.io](https://cdla.io/permissive-1-0/) | Yes | No | +| ODbL | Open Data Commons Open Database License | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/odbl/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/odbl/1.0/) | Yes | Yes | +| ODC-By | Open Data Commons Attribution License 1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/by/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/by/1.0/) | Yes | No | \ No newline at end of file diff --git a/gbfs.md b/gbfs.md index 65336087..e1e6ccea 100644 --- a/gbfs.md +++ b/gbfs.md @@ -171,7 +171,9 @@ start_date | Optional | String in the form YYYY-MM-DD representing the d phone_number | Optional | A single voice telephone number for the specified system. This field is a string value that presents the telephone number as typical for the system's service area. It can and should contain punctuation marks to group the digits of the number. Dialable text (for example, Capital Bikeshare’s "877-430-BIKE") is permitted, but the field must not contain any other descriptive text email | Optional | A single contact email address for customers to address questions about the system timezone | Yes | The time zone where the system is located. Time zone names never contain the space character but may contain an underscore. Please refer to the "TZ" value in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid values -license_url | Optional | A fully qualified URL of a page that defines the license terms for the GBFS data for this system, as well as any other license terms the system would like to define (including the use of corporate trademarks, etc) +license_url | Required | A fully qualified URL of a page that defines the license terms for the GBFS data for this system. For a standard license, provide the URL of the primary source of the license text rather than a republished version (e.g. http://creativecommons.org/…). See the GBFS wiki for [an inventory of standard licenses](data-licenses.md). An empty license_url indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +attribution_organization_name | Optional | If the feed license requires attribution, name of the organization to which attribution should be provided. +attribution_url | Optional | URL of the organization to which attribution should be provided. ### station_information.json From 3a31594571a3fc314233db9072e7ee41e5794c8d Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Thu, 21 Nov 2019 07:39:08 -0800 Subject: [PATCH 2/9] add license_id SPDX License List --- gbfs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index e1e6ccea..4b2a889b 100644 --- a/gbfs.md +++ b/gbfs.md @@ -171,7 +171,8 @@ start_date | Optional | String in the form YYYY-MM-DD representing the d phone_number | Optional | A single voice telephone number for the specified system. This field is a string value that presents the telephone number as typical for the system's service area. It can and should contain punctuation marks to group the digits of the number. Dialable text (for example, Capital Bikeshare’s "877-430-BIKE") is permitted, but the field must not contain any other descriptive text email | Optional | A single contact email address for customers to address questions about the system timezone | Yes | The time zone where the system is located. Time zone names never contain the space character but may contain an underscore. Please refer to the "TZ" value in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid values -license_url | Required | A fully qualified URL of a page that defines the license terms for the GBFS data for this system. For a standard license, provide the URL of the primary source of the license text rather than a republished version (e.g. http://creativecommons.org/…). See the GBFS wiki for [an inventory of standard licenses](data-licenses.md). An empty license_url indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +license_id | Conditionally required | Required if the dataset is provided under a standard license. An identifier for a standard license from the [SPDX License List](https://spdx.org/licenses/). Provide `license_id` rather than `license_url` if the license is included iin the SPDX License List. See the GBFS wiki for a [comparison of a subset of standard licenses](data-licenses.md). If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +license_url | Conditionally required | Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. attribution_organization_name | Optional | If the feed license requires attribution, name of the organization to which attribution should be provided. attribution_url | Optional | URL of the organization to which attribution should be provided. From c4324211300495f5b60dfd4188c1cb8f805c8c5f Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Thu, 21 Nov 2019 07:42:05 -0800 Subject: [PATCH 3/9] If the license_id or license_url fields are blank or omitted, Creative Commons Universal Public Domain Dedication (added text for 'license_url') --- gbfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index 4b2a889b..25c714c7 100644 --- a/gbfs.md +++ b/gbfs.md @@ -172,7 +172,7 @@ phone_number | Optional | A single voice telephone number for the specifie email | Optional | A single contact email address for customers to address questions about the system timezone | Yes | The time zone where the system is located. Time zone names never contain the space character but may contain an underscore. Please refer to the "TZ" value in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid values license_id | Conditionally required | Required if the dataset is provided under a standard license. An identifier for a standard license from the [SPDX License List](https://spdx.org/licenses/). Provide `license_id` rather than `license_url` if the license is included iin the SPDX License List. See the GBFS wiki for a [comparison of a subset of standard licenses](data-licenses.md). If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). -license_url | Conditionally required | Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. +license_url | Conditionally required | Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). attribution_organization_name | Optional | If the feed license requires attribution, name of the organization to which attribution should be provided. attribution_url | Optional | URL of the organization to which attribution should be provided. From c6a4f94fa04c749f30135606f9b297e7dfcee234 Mon Sep 17 00:00:00 2001 From: christrillium Date: Fri, 22 Nov 2019 14:24:29 -0800 Subject: [PATCH 4/9] Update data-licenses.md update column name and link --- data-licenses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-licenses.md b/data-licenses.md index ef266a34..b9239b00 100644 --- a/data-licenses.md +++ b/data-licenses.md @@ -6,7 +6,7 @@ Definitions of terms: - Requires attribution: Data users must give credit (attribution) to the data publisher and provide a link to the license. - Share-alike (viral): Derivative works (remixed, transformed, or built upon the material) must be distributed under the same license as the original. -| *License shorthand* | *Full name* | *Human-readable license summary* | *License text* | *Requires attribution* | *Share-alike (viral)* | +| *[SPDX License Identifier](https://spdx.org/licenses/)* | *Full name* | *Human-readable license summary* | *License text* | *Requires attribution* | *Share-alike (viral)* | |-------------------|-----------------------------------------------------|--------------------------------------------------------------|-------------------------------------------------------------|----------------------|---------------------| | CC0 1.0 | Creative Commons Universal Public Domain Dedication | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | | CC BY 4.0 | Creative Commons Attribution 4.0 International | [Summary @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/) | [Text @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/legalcode) | Yes | No | From 79459a38308e75430de3af4848cf926190851c89 Mon Sep 17 00:00:00 2001 From: christrillium Date: Fri, 22 Nov 2019 15:27:30 -0800 Subject: [PATCH 5/9] Update data-licenses.md clarify identifiers and names --- data-licenses.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data-licenses.md b/data-licenses.md index b9239b00..62f490d4 100644 --- a/data-licenses.md +++ b/data-licenses.md @@ -8,8 +8,8 @@ Definitions of terms: | *[SPDX License Identifier](https://spdx.org/licenses/)* | *Full name* | *Human-readable license summary* | *License text* | *Requires attribution* | *Share-alike (viral)* | |-------------------|-----------------------------------------------------|--------------------------------------------------------------|-------------------------------------------------------------|----------------------|---------------------| -| CC0 1.0 | Creative Commons Universal Public Domain Dedication | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | -| CC BY 4.0 | Creative Commons Attribution 4.0 International | [Summary @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/) | [Text @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/legalcode) | Yes | No | -| CDLA-permissive | Community Data License Agreement | [Summary @ cdla.io](https://cdla.io/) | [Text @ cdla.io](https://cdla.io/permissive-1-0/) | Yes | No | -| ODbL | Open Data Commons Open Database License | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/odbl/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/odbl/1.0/) | Yes | Yes | -| ODC-By | Open Data Commons Attribution License 1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/by/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/by/1.0/) | Yes | No | \ No newline at end of file +| CC0-1.0 | Creative Commons Zero v1.0 Universal | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | +| CC-BY-4.0 | Creative Commons Attribution 4.0 International | [Summary @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/) | [Text @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/legalcode) | Yes | No | +| CDLA-Permissive-1.0 | Community Data License Agreement Permissive 1.0 | [Summary @ cdla.io](https://cdla.io/) | [Text @ cdla.io](https://cdla.io/permissive-1-0/) | Yes | No | +| ODbL-1.0 | ODC Open Database License v1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/odbl/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/odbl/1.0/) | Yes | Yes | +| ODC-By-1.0 | Open Data Commons Attribution License v1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/by/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/by/1.0/) | Yes | No | \ No newline at end of file From f07cf2c064fb493f294bae304f963dedc81a9dd3 Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Mon, 25 Nov 2019 14:45:23 -0800 Subject: [PATCH 6/9] Update data-licenses.md expand the full names of licenses --- data-licenses.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data-licenses.md b/data-licenses.md index 62f490d4..cfba45b1 100644 --- a/data-licenses.md +++ b/data-licenses.md @@ -8,8 +8,8 @@ Definitions of terms: | *[SPDX License Identifier](https://spdx.org/licenses/)* | *Full name* | *Human-readable license summary* | *License text* | *Requires attribution* | *Share-alike (viral)* | |-------------------|-----------------------------------------------------|--------------------------------------------------------------|-------------------------------------------------------------|----------------------|---------------------| -| CC0-1.0 | Creative Commons Zero v1.0 Universal | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | +| CC0-1.0 | Creative Commons Universal Public Domain Dedication 1.0 | [Summary @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/) | [Text @ creativecommons.org](https://creativecommons.org/publicdomain/zero/1.0/legalcode) | No | No | | CC-BY-4.0 | Creative Commons Attribution 4.0 International | [Summary @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/) | [Text @ creativecommons.org](https://creativecommons.org/licenses/by/4.0/legalcode) | Yes | No | | CDLA-Permissive-1.0 | Community Data License Agreement Permissive 1.0 | [Summary @ cdla.io](https://cdla.io/) | [Text @ cdla.io](https://cdla.io/permissive-1-0/) | Yes | No | -| ODbL-1.0 | ODC Open Database License v1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/odbl/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/odbl/1.0/) | Yes | Yes | -| ODC-By-1.0 | Open Data Commons Attribution License v1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/by/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/by/1.0/) | Yes | No | \ No newline at end of file +| ODbL-1.0 | Open Data Commons Open Database License 1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/odbl/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/odbl/1.0/) | Yes | Yes | +| ODC-By-1.0 | Open Data Commons Attribution License 1.0 | [Summary @ opendatacommons.org](https://opendatacommons.org/licenses/by/summary/index.html) | [Text @ opendatacommons.org](https://www.opendatacommons.org/licenses/by/1.0/) | Yes | No | \ No newline at end of file From 18a8f5268a31d1a64606e5c73cca3a2f6f7ac3b5 Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Sat, 7 Dec 2019 11:23:38 +0100 Subject: [PATCH 7/9] Added "Beta" Note: I think we should change the markdown style so that there are not extra spaces in the tables. When we change the column widths it makes it harder to do line-by-line comparisons in GitHub. --- gbfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gbfs.md b/gbfs.md index 25c714c7..572368ec 100644 --- a/gbfs.md +++ b/gbfs.md @@ -171,8 +171,8 @@ start_date | Optional | String in the form YYYY-MM-DD representing the d phone_number | Optional | A single voice telephone number for the specified system. This field is a string value that presents the telephone number as typical for the system's service area. It can and should contain punctuation marks to group the digits of the number. Dialable text (for example, Capital Bikeshare’s "877-430-BIKE") is permitted, but the field must not contain any other descriptive text email | Optional | A single contact email address for customers to address questions about the system timezone | Yes | The time zone where the system is located. Time zone names never contain the space character but may contain an underscore. Please refer to the "TZ" value in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid values -license_id | Conditionally required | Required if the dataset is provided under a standard license. An identifier for a standard license from the [SPDX License List](https://spdx.org/licenses/). Provide `license_id` rather than `license_url` if the license is included iin the SPDX License List. See the GBFS wiki for a [comparison of a subset of standard licenses](data-licenses.md). If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). -license_url | Conditionally required | Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +license_id \(Beta\) | Conditionally required | Required if the dataset is provided under a standard license. An identifier for a standard license from the [SPDX License List](https://spdx.org/licenses/). Provide `license_id` rather than `license_url` if the license is included iin the SPDX License List. See the GBFS wiki for a [comparison of a subset of standard licenses](data-licenses.md). If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +license_url \(Beta\) | Conditionally required | Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). attribution_organization_name | Optional | If the feed license requires attribution, name of the organization to which attribution should be provided. attribution_url | Optional | URL of the organization to which attribution should be provided. From 6238df56393f9f886da9372d100d611c5395447f Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Sat, 7 Dec 2019 11:37:33 +0100 Subject: [PATCH 8/9] formatting updates for "beta" --- gbfs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gbfs.md b/gbfs.md index 249d3fd8..bcc6071a 100644 --- a/gbfs.md +++ b/gbfs.md @@ -223,10 +223,10 @@ start_date | Optional | String in the form YYYY-MM-DD representing the d phone_number | Optional | A single voice telephone number for the specified system. This field is a string value that presents the telephone number as typical for the system's service area. It can and should contain punctuation marks to group the digits of the number. Dialable text (for example, Capital Bikeshare’s "877-430-BIKE") is permitted, but the field must not contain any other descriptive text email | Optional | A single contact email address for customers to address questions about the system timezone | Yes | The time zone where the system is located. Time zone names never contain the space character but may contain an underscore. Please refer to the "TZ" value in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid values -license_id \(Beta\) | Conditionally required | Required if the dataset is provided under a standard license. An identifier for a standard license from the [SPDX License List](https://spdx.org/licenses/). Provide `license_id` rather than `license_url` if the license is included iin the SPDX License List. See the GBFS wiki for a [comparison of a subset of standard licenses](data-licenses.md). If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). -license_url \(Beta\) | Current version: Optional
Beta: Conditionally required | Current version: A fully qualified URL of a page that defines the license terms for the GBFS data for this system, as well as any other license terms the system would like to define (including the use of corporate trademarks, etc). Beta: Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +license_id *(beta)* | Conditionally required | Required if the dataset is provided under a standard license. An identifier for a standard license from the [SPDX License List](https://spdx.org/licenses/). Provide `license_id` rather than `license_url` if the license is included in the SPDX License List. See the GBFS wiki for a [comparison of a subset of standard licenses](data-licenses.md). If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +license_url *(beta)* | *Current version:* Optional
*Beta:* Conditionally required | *Current version:* A fully qualified URL of a page that defines the license terms for the GBFS data for this system, as well as any other license terms the system would like to define (including the use of corporate trademarks, etc).
*Beta:* Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). attribution_organization_name \(Beta\) | Optional | If the feed license requires attribution, name of the organization to which attribution should be provided. -attribution_url \(Beta\) | Optional | URL of the organization to which attribution should be provided. +attribution_url *(beta)* | Optional | URL of the organization to which attribution should be provided. rental_apps *(beta)* | Optional | A JSON object that contains rental app information in the android and ios JSON objects. \- android *(beta)* | Optional | A JSON object that contains rental app download and app discovery information for the Android platform in the store_uri and discovery_uri fields. See [examples](#Examples) of how to use these fields and [supported analytics](#Analytics).  - store_uri *(beta)* | Conditionally Required | A URI where the rental Android app can be downloaded from. Typically this will be a URI to an app store such as Google Play. If the URI points to an app store such as Google Play, the URI should follow Android best practices so the viewing app can directly open the URI to the native app store app instead of a website.

If a rental_uris.android field is populated then this field is required, otherwise it is optional.

See the [Analytics](#Analytics) section for how viewing apps can report the origin of the deep link to rental apps.

Example value: `https://play.google.com/store/apps/details?id=com.abcrental.android` From c45b2dd785798f0458c1a018102dba727fbf837d Mon Sep 17 00:00:00 2001 From: Aaron Antrim Date: Sat, 7 Dec 2019 11:39:12 +0100 Subject: [PATCH 9/9] formatting - add line break makes it easier to read --- gbfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index bcc6071a..ae481630 100644 --- a/gbfs.md +++ b/gbfs.md @@ -224,7 +224,7 @@ phone_number | Optional | A single voice telephone number for the specifie email | Optional | A single contact email address for customers to address questions about the system timezone | Yes | The time zone where the system is located. Time zone names never contain the space character but may contain an underscore. Please refer to the "TZ" value in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a list of valid values license_id *(beta)* | Conditionally required | Required if the dataset is provided under a standard license. An identifier for a standard license from the [SPDX License List](https://spdx.org/licenses/). Provide `license_id` rather than `license_url` if the license is included in the SPDX License List. See the GBFS wiki for a [comparison of a subset of standard licenses](data-licenses.md). If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). -license_url *(beta)* | *Current version:* Optional
*Beta:* Conditionally required | *Current version:* A fully qualified URL of a page that defines the license terms for the GBFS data for this system, as well as any other license terms the system would like to define (including the use of corporate trademarks, etc).
*Beta:* Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). +license_url *(beta)* | *Current version:* Optional

*Beta:* Conditionally required | *Current version:* A fully qualified URL of a page that defines the license terms for the GBFS data for this system, as well as any other license terms the system would like to define (including the use of corporate trademarks, etc).

*Beta:* Required if the dataset is provided under a customized license. A fully qualified URL of a page that defines the license terms for the GBFS data for this system. Do not specify a `license_url` if `license_id` is specified. If the license_id or license_url fields are blank or omitted, this indicates that the feed is provided under the [Creative Commons Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode). attribution_organization_name \(Beta\) | Optional | If the feed license requires attribution, name of the organization to which attribution should be provided. attribution_url *(beta)* | Optional | URL of the organization to which attribution should be provided. rental_apps *(beta)* | Optional | A JSON object that contains rental app information in the android and ios JSON objects.