Skip to content

Commit

Permalink
Merge pull request #683 from thekaveman/schema-version-1.2
Browse files Browse the repository at this point in the history
Update schema version for 1.2.x
  • Loading branch information
schnuerle authored Sep 1, 2021
2 parents 024d553 + 33a8333 commit 0fb8a9e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions policy/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"examples": [
"1.0.0"
],
"pattern": "^1\\.0\\.[0-9]+$"
"pattern": "^1\\.2\\.[0-9]+$"
},
"days": {
"$id": "#/definitions/days",
Expand Down Expand Up @@ -545,7 +545,7 @@
],
"description": "Integer milliseconds since Unix epoch",
"multipleOf": 1.0,
"minimum": 0
"minimum": 1514764800000
},
"null_uuid_array": {
"$id": "#/definitions/null_uuid_array",
Expand Down
2 changes: 1 addition & 1 deletion provider/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"examples": [
"1.0.0"
],
"pattern": "^1\\.0\\.[0-9]+$"
"pattern": "^1\\.2\\.[0-9]+$"
},
"Point": {
"$id": "#/definitions/Point",
Expand Down
2 changes: 1 addition & 1 deletion provider/status_changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"examples": [
"1.0.0"
],
"pattern": "^1\\.0\\.[0-9]+$"
"pattern": "^1\\.2\\.[0-9]+$"
},
"Point": {
"$id": "#/definitions/Point",
Expand Down
2 changes: 1 addition & 1 deletion provider/stops.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"examples": [
"1.0.0"
],
"pattern": "^1\\.0\\.[0-9]+$"
"pattern": "^1\\.2\\.[0-9]+$"
},
"Point": {
"$id": "#/definitions/Point",
Expand Down
2 changes: 1 addition & 1 deletion provider/trips.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"examples": [
"1.0.0"
],
"pattern": "^1\\.0\\.[0-9]+$"
"pattern": "^1\\.2\\.[0-9]+$"
},
"Point": {
"$id": "#/definitions/Point",
Expand Down
2 changes: 1 addition & 1 deletion provider/vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"examples": [
"1.0.0"
],
"pattern": "^1\\.0\\.[0-9]+$"
"pattern": "^1\\.2\\.[0-9]+$"
},
"Point": {
"$id": "#/definitions/Point",
Expand Down
2 changes: 1 addition & 1 deletion schema/templates/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
"examples": [
"1.0.0"
],
"pattern": "^1\\.0\\.[0-9]+$"
"pattern": "^1\\.2\\.[0-9]+$"
}
}
}

0 comments on commit 0fb8a9e

Please sign in to comment.