|
505 | 505 | helpContent: Indicates whether a rider can alight from the transit vehicle at any point along the vehicle’s travel path.
|
506 | 506 | - name: network_id
|
507 | 507 | columnWidth: 12
|
508 |
| - helpContent: "The network_id field contains an ID that uniquely identifies a transit network." |
| 508 | + helpContent: "The network_id field contains an ID that uniquely identifies a transit network. Forbidden if the route_networks.txt file exists." |
509 | 509 | inputType: TEXT
|
510 | 510 | - name: wheelchair_accessible
|
511 | 511 | required: false
|
|
999 | 999 | - name: "to_network_id"
|
1000 | 1000 | required: false
|
1001 | 1001 |
|
| 1002 | +- id: fare_media |
| 1003 | + name: fare_media.txt |
| 1004 | + helpContent: To describe the different fare media that can be employed to use fare products. Fare media are physical or virtual holders used for the representation and/or validation of a fare product. |
| 1005 | + fields: |
| 1006 | + - name: "fare_media_id" |
| 1007 | + required: true |
| 1008 | + inputType: GTFS_ID |
| 1009 | + - name: "fare_media_name" |
| 1010 | + required: false |
| 1011 | + inputType: TEXT |
| 1012 | + - name: "fare_media_type" |
| 1013 | + required: false |
| 1014 | + inputType: DROPDOWN |
| 1015 | + bulkEditEnabled: true |
| 1016 | + options: |
| 1017 | + - value: '0' |
| 1018 | + text: 'None (0)' |
| 1019 | + - value: '1' |
| 1020 | + text: 'Physical paper ticket (1)' |
| 1021 | + - value: '2' |
| 1022 | + text: 'Physical transit card (2)' |
| 1023 | + - value: '3' |
| 1024 | + text: 'cEMV (3)' |
| 1025 | + - value: '4' |
| 1026 | + text: 'Mobile app (4)' |
| 1027 | + |
| 1028 | +- id: fare_products |
| 1029 | + name: fare_products.txt |
| 1030 | + helpContent: Used to describe the range of fares available for purchase by riders or taken into account when computing the total fare for journeys with multiple legs, such as transfer costs. |
| 1031 | + fields: |
| 1032 | + - name: "fare_product_id" |
| 1033 | + required: true |
| 1034 | + inputType: GTFS_ID |
| 1035 | + - name: "fare_product_name" |
| 1036 | + required: false |
| 1037 | + inputType: TEXT |
| 1038 | + - name: "fare_media_id" |
| 1039 | + required: false |
| 1040 | + inputType: GTFS_ID |
| 1041 | + - name: "amount" |
| 1042 | + required: true |
| 1043 | + inputType: NUMBER |
| 1044 | + - name: "currency" |
| 1045 | + required: true |
| 1046 | + inputType: DROPDOWN |
| 1047 | + bulkEditEnabled: true |
| 1048 | + options: |
| 1049 | + - value: USD |
| 1050 | + text: US dollar (USD) |
| 1051 | + - value: AUD |
| 1052 | + text: Australian dollar (AUD) |
| 1053 | + - value: CAD |
| 1054 | + text: Canadian dollar (CAD) |
| 1055 | + - value: CHF |
| 1056 | + text: Swiss franc (CHF) |
| 1057 | + - value: CNH |
| 1058 | + text: Chinese renminbi (CNH) |
| 1059 | + - value: EUR |
| 1060 | + text: Euro (EUR) |
| 1061 | + - value: GBP |
| 1062 | + text: Pound sterling (GBP) |
| 1063 | + - value: JPY |
| 1064 | + text: Japanese yen (JPY) |
| 1065 | + - value: MXN |
| 1066 | + text: Mexican peso (MXN) |
| 1067 | + - value: NZD |
| 1068 | + text: New Zealand dollar (NZD) |
| 1069 | + - value: SEK |
| 1070 | + text: Swedish krona (SEK) |
| 1071 | + columnWidth: 12 |
| 1072 | + helpContent: "The currency field defines the currency used to pay the fare. Please use the ISO 4217 alphabetical currency codes which can be found at the following URL:http://en.wikipedia.org/wiki/ISO_4217." |
| 1073 | + |
1002 | 1074 | - id: frequencies
|
1003 | 1075 | name: frequencies.txt
|
1004 | 1076 | helpContent: Headway (time between trips) for routes with variable frequency of service.
|
|
1147 | 1219 | - name: service_id
|
1148 | 1220 | required: true
|
1149 | 1221 |
|
1150 |
| - |
|
0 commit comments