Skip to content

Commit 754e502

Browse files
Remove version field (didn't exist until v1.1)
1 parent 1e931ef commit 754e502

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

system_regions.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@
1414
"type": "integer",
1515
"minimum": 0
1616
},
17-
"version": {
18-
"description": "GBFS version number to which the feed conforms, according to the versioning framework.",
19-
"type": "string",
20-
"enum": [
21-
"1.1-RC",
22-
"1.1",
23-
"2.0-RC",
24-
"2.0",
25-
"2.1-RC",
26-
"2.1-RC2",
27-
"3.0-RC"
28-
]
29-
},
3017
"data": {
3118
"type": "object",
3219
"properties": {
@@ -57,7 +44,6 @@
5744
"required": [
5845
"last_updated",
5946
"ttl",
60-
"version",
6147
"data"
6248
]
6349
}

0 commit comments

Comments
 (0)