Limit a reactor an audience
PreviousCreate advanced or multi-event reactors using AudiencesNextLimit the number of times a reactor can be triggered in a period of time
Last updated
Was this helpful?
Was this helpful?
{
"type": "object",
"$schema": "http://json-schema.org/draft-06/schema#",
"properties": {
"audiences": {
"not": {
"type": "array",
"contains": {
"enum": [
"8807dc2d-8aa5-4d00-842b-1da4ae95f902"
]
}
}
}
},
"required": []
}