"description":"Adds a timer after which an event will fire.",
"required":[],
"additionalProperties":false,
"properties":{
"looping":{"type":"boolean","default":true,"description":"If true, the timer will restart every time after it fires","title":"Looping"},
"randomInterval":{
"type":"boolean",
"default":true,
"description":"If true, the amount of time on the timer will be random between the min and max values specified in time",
"title":"Random Interval"
},
"time":{
"description":"Amount of time in seconds for the timer. Can be specified as a number or a pair of numbers (min and max). Incompatible with random_time_choices.",
"description":"This is a list of objects, representing one value in seconds that can be picked before firing the event and an optional weight. Incompatible with time.",