Certain feeds with additional non-spec fields are being checked as valid.
Example: Citibike includes fields in station_information.json like electric_bike_surcharge_waiver and external_id, but the validation report says no errors.
I opened this issue on both this repo and the validator. My initial instinct for a solution would be to add an additionalProperties: false to the schemas, but would like to make sure before opening a PR.