"description":"If true, the amount of time on the timer will be random between the Minimum and Maximum 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 (Minimum and max). Incompatible with random_time_choices.",
"description":"Event to fire when the time on the timer runs out",
"title":"Time Down Event",
"$ref":"../types/event.json"
},
"random_time_choices":{
"type":"array",
"default":[],
"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.",
"title":"Random Time Choices",
"items":{
"title":"Random Time Choices",
"description":"representing one value in seconds that can be picked before firing the event and an optional weight. Incompatible with time.",
"type":"object",
"additionalProperties":false,
"properties":{
"weight":{
"type":"integer",
"description":"The weight on how likely this section is to trigger",