syntax = "proto3"; package timer; message Timer { string alert = 1; string cron = 2; int32 en1month4day5week3hour5min6 = 4; int64 selfid = 8; string url = 16; } message TimersMap { map timers = 1; }