Skip to content

Commit

Permalink
Specify discontinued fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteelz committed Jun 13, 2022
1 parent cd71c6f commit ee4a3af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@ pytest

- `fare_capping.txt`: unsupported file. All `fare_capping` references in other files are also unsupported.
- `fare_products.txt`: `service_id`, all `timeframe` fields
- `fare_transfer_rules.txt`: `transfer_id`, `transfer_sequence`

## Discontinued experimental fields

- `fare_leg_rules.txt`: `contains_area_id`, all `amount` fields, `currency`
- `fare_transfer_rules.txt`: all `amount` fields, `currency`, `transfer_id`, `transfer_sequence`
- `fare_transfer_rules.txt`: all `amount` fields, `currency`,

Amount and currency on these two files have been replaced by the usage of fare products to specify cost.

## Additional experimental fields

Expand Down

0 comments on commit ee4a3af

Please sign in to comment.