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 24 forks source link

Add v3.0 to v3.0-RC schemas #88

Closed josee-sabourin closed 1 year ago

josee-sabourin commented 1 year ago

As discussed in the GBFS slack channel, we should add the official version enum (3.0) into the RC schema file headers, with a plan to patch the version once official to remove the -RC tag from the file headers.

Side note: Join the slack channel here.

richfab commented 1 year ago

@josee-sabourin Should v3.0 also be added in the datasets > versions > version enum in gbfs-json-schema/v3.0-RC/manifest.json? https://github.com/MobilityData/gbfs-json-schema/blob/22b058dc4a358baf451e006cde74775075929b3d/v3.0-RC/manifest.json#L54

Suggested change:

                        "3.0-RC",
                        "3.0"
josee-sabourin commented 1 year ago

Good catch, will open a new PR