transitland / distributed-mobility-feed-registry

a JSON-based data schema to catalog mobility/transit/transportation data feeds
https://dmfr.transit.land/
15 stars 1 forks source link

feed auth can require registering an IP address with a transit agency #8

Open drewda opened 2 years ago

drewda commented 2 years ago

For example:

    {
      "id": "f-foothilltransit~rt",
      "spec": "gtfs-rt",
      "urls": {
        "realtime_vehicle_positions": "https://foothilltransit.rideralerts.com/myStop/GTFS-Realtime.ashx?Type=VehiclePosition",
        "realtime_trip_updates": "https://foothilltransit.rideralerts.com/myStop/GTFS-Realtime.ashx?Type=TripUpdate",
        "realtime_alerts": "https://foothilltransit.rideralerts.com/myStop/GTFS-Realtime.ashx?Type=Alert"
      },
      "license": {
        "url": "http://foothilltransit.org/about/developer-resources/developer-license-agreement/"
      },
      "authorization": {
        "type": "ip_address",
        "info_url": "http://foothilltransit.org/about/developer-resources/"
      }
    }