Skip to content

Commit ac278b0

Browse files
committed
regenerate schemas with updated version
1 parent 9dac63a commit ac278b0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

policy/policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
"examples": [
465465
"1.0.0"
466466
],
467-
"pattern": "^1\\.0\\.[0-9]+$"
467+
"pattern": "^1\\.2\\.[0-9]+$"
468468
},
469469
"days": {
470470
"$id": "#/definitions/days",

provider/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"1.0.0"
4141
],
42-
"pattern": "^1\\.0\\.[0-9]+$"
42+
"pattern": "^1\\.2\\.[0-9]+$"
4343
},
4444
"Point": {
4545
"$id": "#/definitions/Point",

provider/status_changes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"1.0.0"
4141
],
42-
"pattern": "^1\\.0\\.[0-9]+$"
42+
"pattern": "^1\\.2\\.[0-9]+$"
4343
},
4444
"Point": {
4545
"$id": "#/definitions/Point",

provider/stops.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"1.0.0"
4141
],
42-
"pattern": "^1\\.0\\.[0-9]+$"
42+
"pattern": "^1\\.2\\.[0-9]+$"
4343
},
4444
"Point": {
4545
"$id": "#/definitions/Point",

provider/trips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"1.0.0"
4141
],
42-
"pattern": "^1\\.0\\.[0-9]+$"
42+
"pattern": "^1\\.2\\.[0-9]+$"
4343
},
4444
"Point": {
4545
"$id": "#/definitions/Point",

provider/vehicles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"examples": [
4040
"1.0.0"
4141
],
42-
"pattern": "^1\\.0\\.[0-9]+$"
42+
"pattern": "^1\\.2\\.[0-9]+$"
4343
},
4444
"Point": {
4545
"$id": "#/definitions/Point",

0 commit comments

Comments
 (0)