MobilityData / gbfs-validator

The canonical GBFS validator. Maintained by the GBFS community, facilitated by MobilityData.
https://gbfs-validator.mobilitydata.org/
Apache License 2.0
18 stars 12 forks source link

Update schema id URL from NABSA to MobilityData repo #158

Closed richfab closed 8 months ago

richfab commented 9 months ago

Fixes https://github.com/MobilityData/gbfs-json-schema/issues/101

This PR updates the schema id URLs from NABSA to MobilityData repo and fixes the anchors:

Before After
"https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#vehicle_typesjson-added-in-v21-rc", "https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#vehicle_typesjson"-added-in-v21-rc,
netlify[bot] commented 9 months ago

Deploy Preview for gbfs-validator ready!

Name Link
Latest commit 3725f40a4e167e632a4239b3dbe17f0aad0c5f1b
Latest deploy log https://app.netlify.com/sites/gbfs-validator/deploys/655e5e65874fea00084adac8
Deploy Preview https://deploy-preview-158--gbfs-validator.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

richfab commented 9 months ago

Good catch @davidgamez! I removed the validation of uniqueness from this PR and moved it to a separate PR: https://github.com/MobilityData/gbfs-validator/pull/159

richfab commented 8 months ago

@davidgamez This PR is ready for review. Thank you!