From 441fcd3b73ae65dd21f3452e19629119046ad644 Mon Sep 17 00:00:00 2001 From: contra Date: Tue, 1 Oct 2019 17:16:27 -0400 Subject: [PATCH 1/2] add technical_email field to system_information.json --- gbfs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gbfs.md b/gbfs.md index 65336087..3df91f98 100644 --- a/gbfs.md +++ b/gbfs.md @@ -170,6 +170,7 @@ purchase_url | Optional | A fully qualified URL where a customer can purch start_date | Optional | String in the form YYYY-MM-DD representing the date that the system began operations 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 +technical_email | Optional | A single contact email address for consumers of this feed to report technical issues 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) From 5ed8a72380b0d828a76787164e0b54ad9fd267cd Mon Sep 17 00:00:00 2001 From: contra Date: Wed, 2 Oct 2019 16:54:03 -0400 Subject: [PATCH 2/2] feed_contact_email --- gbfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index 3df91f98..907c4b77 100644 --- a/gbfs.md +++ b/gbfs.md @@ -170,7 +170,7 @@ purchase_url | Optional | A fully qualified URL where a customer can purch start_date | Optional | String in the form YYYY-MM-DD representing the date that the system began operations 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 -technical_email | Optional | A single contact email address for consumers of this feed to report technical issues +feed_contact_email| Optional | A single contact email address for consumers of this feed to report technical issues 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)