MobilityData / gbfs-json-schema

JSON Schema for GBFS feeds, managed by MobilityData. The versions are organized by folders. CC BY 4.0
Apache License 2.0
23 stars 25 forks source link

Update schema id URL from NABSA to MobilityData repo #101

Closed richfab closed 10 months ago

richfab commented 10 months ago

Example in https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.0-RC/gbfs.json#L3:

Before After
"$id": "https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#gbfsjson" "$id": "https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#gbfsjson"

Example in https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.0-RC/vehicle_types.json#L4:

Before After
"$id": "https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#vehicle_typesjson-added-in-v21-rc", "$id": "https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#vehicle_typesjson"-added-in-v21-rc,
Before After
$ref: 'https://github.com/NABSA/gbfs/blob/v3.0-RC2/gbfs.md#station_statusjson' $ref: 'https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#station_statusjson'