handlers.subscription_limiter_handler
Allow a maximum of 'n' subscriptions of a single role per fact sheet.
Configuration:
limits
: key/value pairs of subscription role names and the limit, e.g.:
"limits": {
"System Owner": 1,
"RESPONSIBLE": 2,
}