http://maasglobal.com/core/components/bike-station.json
MaaS bike station schema
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Develop | No | Forbidden | Permitted | core/components/bike-station.json |
http://maasglobal.com/core/components/bike-station.json
http://maasglobal.com/core/components/units-geo.json
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | No | bike-station (this schema) |
location | object |
Required | No | bike-station (this schema) |
name | string |
Required | No | bike-station (this schema) |
slots | object |
Optional | No | bike-station (this schema) |
* |
any | Additional | Yes | this schema allows additional properties |
id
string
string
Geographic latitude-longitude object in WGS-84 system, see https://en.wikipedia.org/wiki/World_Geodetic_System
location
object
object
with following properties:
Property | Type | Required |
---|---|---|
lat |
Required | |
lon |
Required |
lat
#/definitions/latitude
lon
#/definitions/longitude
name
string
string
slots
object
object
with following properties:
Property | Type | Required |
---|---|---|
bikes |
number | Required |
empty |
number | Required |
total |
number | Required |
bikes
number
number
0
empty
number
number
0
total
number
number
0