Skip to content

Commit 5a1c731

Browse files
authored
Add period between file name and json to schema ids
1 parent 5684469 commit 5a1c731

11 files changed

+11
-11
lines changed

v3.1-RC2/geofencing_zones.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/geofencing_zonesjson",
3+
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/geofencing_zones.json",
44
"description": "Describes geofencing zones and their associated rules and attributes (added in v2.1-RC).",
55
"type": "object",
66
"properties": {

v3.1-RC2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/manifestjson",
3+
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/manifest.json",
44
"description": "An index of gbfs.json URLs for each GBFS data set produced by a publisher. A single instance of this file should be published at a single stable URL, for example: https://example.com/gbfs/manifest.json.",
55
"type": "object",
66
"properties": {

v3.1-RC2/station_information.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id":
4-
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/station_informationjson",
4+
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/station_information.json",
55
"description":
66
"List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
77
"type": "object",

v3.1-RC2/station_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/station_statusjson",
3+
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/station_status.json",
44
"description":
55
"Describes the capacity and rental availability of the station",
66
"type": "object",

v3.1-RC2/system_alerts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_alertsjson",
3+
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_alerts.json",
44
"description": "Describes ad-hoc changes to the system.",
55
"type": "object",
66
"properties": {

v3.1-RC2/system_information.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id":
4-
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_informationjson",
4+
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_information.json",
55
"description":
66
"Details including system operator, system location, year implemented, URL, contact info, time zone.",
77
"type": "object",

v3.1-RC2/system_pricing_plans.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id":
4-
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_pricing_plansjson",
4+
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_pricing_plans.json",
55
"description": "Describes the pricing schemes of the system.",
66
"type": "object",
77
"properties": {

v3.1-RC2/system_regions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_regionsjson",
3+
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/system_regions.json",
44
"description":
55
"Describes regions for a system that is broken up by geographic or political region.",
66
"type": "object",

v3.1-RC2/vehicle_availability.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/vehicle_availabilityjson",
3+
"$id": "https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/vehicle_availability.json",
44
"description": "Describes the vehicle availabilities of the system.",
55
"type": "object",
66
"properties": {

v3.1-RC2/vehicle_status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id":
4-
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/vehicle_statusjson",
4+
"https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.1-RC2/vehicle_status.json",
55
"description":
66
"Describes the vehicles that are available for rent (as of v3.0, formerly free_bike_status).",
77
"type": "object",

0 commit comments

Comments
 (0)