module.exports = {
    'onChat': {
        'required string msg': 1,
        'required string from': 2,
        'required string target': 3
    }
};
