Skip to content

Commit

Permalink
Copy v1.0 to v3.0-RC JSON Schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
richfab committed Nov 15, 2023
1 parent bbc6261 commit c5b0226
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 7 deletions.
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/NABSA/gbfs/blob/v1.0/gbfs.md#station_informationjson",
"description": "Details including system operator, system location, year implemented, URL, contact info, time zone.",
"description": "List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
"type": "object",
"properties": {
"last_updated": {
Expand Down
1 change: 1 addition & 0 deletions gbfs-validator/versions/schemas/v1.1/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"2.2",
"2.3",
"3.0-RC",
"3.0-RC2",
"3.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id":
"https://github.com/NABSA/gbfs/blob/v1.1/gbfs.md#station_informationjson",
"description":
"Details including system operator, system location, year implemented, URL, contact info, time zone.",
"List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
"type": "object",
"properties": {
"last_updated": {
Expand Down
1 change: 1 addition & 0 deletions gbfs-validator/versions/schemas/v2.0/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"2.2",
"2.3",
"3.0-RC",
"3.0-RC2",
"3.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id":
"https://github.com/NABSA/gbfs/blob/v2.0/gbfs.md#station_informationjson",
"description":
"Details including system operator, system location, year implemented, URL, contact info, time zone.",
"List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
"type": "object",
"properties": {
"last_updated": {
Expand Down
1 change: 1 addition & 0 deletions gbfs-validator/versions/schemas/v2.1/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"2.2",
"2.3",
"3.0-RC",
"3.0-RC2",
"3.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id":
"https://github.com/NABSA/gbfs/blob/v2.1/gbfs.md#station_informationjson",
"description":
"Details including system operator, system location, year implemented, URL, contact info, time zone.",
"List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
"type": "object",
"properties": {
"last_updated": {
Expand Down
1 change: 1 addition & 0 deletions gbfs-validator/versions/schemas/v2.2/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"2.2",
"2.3",
"3.0-RC",
"3.0-RC2",
"3.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id":
"https://github.com/NABSA/gbfs/blob/v2.2/gbfs.md#station_informationjson",
"description":
"Details including system operator, system location, year implemented, URL, contact info, time zone.",
"List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
"type": "object",
"properties": {
"last_updated": {
Expand Down
1 change: 1 addition & 0 deletions gbfs-validator/versions/schemas/v2.3/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"2.2",
"2.3",
"3.0-RC",
"3.0-RC2",
"3.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id":
"https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#station_informationjson",
"description":
"Details including system operator, system location, year implemented, URL, contact info, time zone.",
"List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
"type": "object",
"properties": {
"last_updated": {
Expand Down
1 change: 1 addition & 0 deletions gbfs-validator/versions/schemas/v3.0-RC/gbfs_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"2.2",
"2.3",
"3.0-RC",
"3.0-RC2",
"3.0"
]
},
Expand Down
1 change: 1 addition & 0 deletions gbfs-validator/versions/schemas/v3.0-RC/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"2.2",
"2.3",
"3.0-RC",
"3.0-RC2",
"3.0"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id":
"https://github.com/NABSA/gbfs/blob/v3.0-RC/gbfs.md#station_informationjson",
"description":
"Details including system operator, system location, year implemented, URL, contact info, time zone.",
"List of all stations, their capacities and locations. REQUIRED of systems utilizing docks.",
"type": "object",
"properties": {
"last_updated": {
Expand Down

0 comments on commit c5b0226

Please sign in to comment.