Skip to content

Commit

Permalink
Add zone schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuunguyeen committed May 21, 2019
1 parent fcf17d6 commit 28850c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemas/core/components/station.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,17 @@
}
}
}
},
"zone": {
"description": "Geofencing zone defined by provider that the station is within",
"oneOf": [
{
"type": "number"
},
{
"type": "string"
}
]
}
}
}

0 comments on commit 28850c0

Please sign in to comment.