/**
 * Schema for a station stored / cached in redis,
 * gets created when a station is in use
 * and therefore is put into the redis cache
 *
 * @param {object} station -  object containing the station
 * @returns {object} - returns same object
 */
export default station => station;