Skip to content

Commit

Permalink
Prioritize stations platform code to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuunguyeen committed Jun 25, 2019
1 parent 57a3a80 commit 5757c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maas-schemas",
"version": "7.13.0",
"version": "7.13.1",
"description": "Schemas for MaaS infrastructure",
"main": "index.js",
"engine": {
Expand Down
4 changes: 2 additions & 2 deletions schemas/core/components/station.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
"description": "Platform number",
"anyOf": [
{
"type": "number"
"type": "string"
},
{
"type": "string"
"type": "number"
}
]
}
Expand Down

0 comments on commit 5757c0f

Please sign in to comment.