Skip to content

Commit

Permalink
Merge pull request #384 from CityOfLosAngeles/040-schema
Browse files Browse the repository at this point in the history
Update JSON schemas for 0.4.0
  • Loading branch information
hunterowens authored Oct 17, 2019
2 parents 4edef35 + a42f19f commit 3f6b357
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions provider/dockless/status_changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@
"type": "string",
"title": "The MDS Provider version this data represents",
"examples": [
"0.3.0"
"0.4.0"
],
"pattern": "^0\\.3\\.[0-9]+$"
"pattern": "^0\\.4\\.[0-9]+$"
},
"uuid": {
"$id": "#/definitions/uuid",
Expand Down Expand Up @@ -422,4 +422,4 @@
}
},
"additionalProperties": false
}
}
4 changes: 2 additions & 2 deletions provider/dockless/trips.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@
"type": "string",
"title": "The MDS Provider version this data represents",
"examples": [
"0.3.0"
"0.4.0"
],
"pattern": "^0\\.3\\.[0-9]+$"
"pattern": "^0\\.4\\.[0-9]+$"
},
"uuid": {
"$id": "#/definitions/uuid",
Expand Down
4 changes: 2 additions & 2 deletions schema/templates/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"type": "string",
"title": "The MDS Provider version this data represents",
"examples": [
"0.3.0"
"0.4.0"
],
"pattern": "^0\\.3\\.[0-9]+$"
"pattern": "^0\\.4\\.[0-9]+$"
},
"uuid": {
"$id": "#/definitions/uuid",
Expand Down

0 comments on commit 3f6b357

Please sign in to comment.