Skip to content

Commit

Permalink
Fix schema id URL anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
richfab committed Nov 21, 2023
1 parent dd28272 commit d76f782
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion v2.1/vehicle_types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id":
"https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#vehicle_typesjson-added-in-v21-rc",
"https://github.com/MobilityData/gbfs/blob/v2.1/gbfs.md#vehicle_typesjson-added-in-v21",
"description":
"Describes the types of vehicles that System operator has available for rent (added in v2.1-RC).",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion v2.2/vehicle_types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id":
"https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#vehicle_typesjson-added-in-v21-rc",
"https://github.com/MobilityData/gbfs/blob/v2.2/gbfs.md#vehicle_typesjson-added-in-v21",
"description":
"Describes the types of vehicles that System operator has available for rent (added in v2.1-RC).",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion v2.3/gbfs_versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id":
"https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#gbfs_versionsjson-added-in-v11",
"https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#gbfs_versionsjson",
"description":
"Lists all feed endpoints published according to version sof the GBFS documentation. (added in v1.1)",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion v2.3/vehicle_types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id":
"https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#vehicle_typesjson-added-in-v21-rc",
"https://github.com/MobilityData/gbfs/blob/v2.3/gbfs.md#vehicle_typesjson",
"description":
"Describes the types of vehicles that System operator has available for rent (added in v2.1-RC).",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion v3.0-RC/gbfs_versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id":
"https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#gbfs_versionsjson-added-in-v11",
"https://github.com/MobilityData/gbfs/blob/v3.0-RC/gbfs.md#gbfs_versionsjson",
"description": "Lists all feed endpoints published according to version sof the GBFS documentation. (added in v1.1)",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion v3.0-RC/vehicle_types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id":
"https://github.com/MobilityData/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",
"description":
"Describes the types of vehicles that System operator has available for rent (added in v2.1-RC).",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion v3.0-RC2/gbfs_versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#gbfs_versionsjson-added-in-v11",
"$id": "https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#gbfs_versionsjson",
"description": "Lists all feed endpoints published according to version sof the GBFS documentation. (added in v1.1)",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion v3.0-RC2/vehicle_types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id":
"https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_typesjson-added-in-v21-rc",
"https://github.com/MobilityData/gbfs/blob/v3.0-RC2/gbfs.md#vehicle_typesjson",
"description":
"Describes the types of vehicles that System operator has available for rent (added in v2.1-RC).",
"type": "object",
Expand Down

0 comments on commit d76f782

Please sign in to comment.