Skip to content

Commit 0fb8a9e

Browse files
authored
Merge pull request #683 from thekaveman/schema-version-1.2
Update schema version for 1.2.x
2 parents 024d553 + 33a8333 commit 0fb8a9e

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

policy/policy.json

Lines changed: 2 additions & 2 deletions
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",
@@ -545,7 +545,7 @@
545545
],
546546
"description": "Integer milliseconds since Unix epoch",
547547
"multipleOf": 1.0,
548-
"minimum": 0
548+
"minimum": 1514764800000
549549
},
550550
"null_uuid_array": {
551551
"$id": "#/definitions/null_uuid_array",

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",

schema/templates/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"examples": [
707707
"1.0.0"
708708
],
709-
"pattern": "^1\\.0\\.[0-9]+$"
709+
"pattern": "^1\\.2\\.[0-9]+$"
710710
}
711711
}
712712
}

0 commit comments

Comments
 (0)