You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure if we want to have this for all files, I think it's interesting to have some general capabilities like has_fare if there are one fare file and we can maybe add on top of that more statistics about the number of objects in the dataset?
maybe we can put all those in a count object (keeping the old values for retrocompatibilities), and add more statistics ?
like the number of transfers, fare_rules and fare_attributes? (+routes_with_route_long_name_count asked in #190 and routes_with_route_short_name_count asked in #189 and trips_with_trip_headsign_count asked in #188 )
Add the following metadata, to know if these "extra files" are present and not empty:
has_fare_attributes
(namedhas_fares
currently, maybe duplicate?)has_fare_rules
has_transfers
Maybe consider adding,
has_*
metadata attributes for all structures/files?transport-validator/src/metadatas.rs
Lines 26 to 28 in 907efc0
The text was updated successfully, but these errors were encountered: