Skip to content

Pack Config schema

Some Pack settings are broadcaster-wide, not per-Invocation: cooldowns, default behavior toggles, asset paths. Putting them in every Event’s params_schema would be noisy. Pack Config is the schema for these settings.

pack_config_schema is a JSON Schema. Validated values are stored by the platform per broadcaster and Pack. The UI renders an editor from the schema.

[pack_config_schema]
type = "object"
[pack_config_schema.properties.global_cooldown_seconds]
type = "integer"
minimum = 0
default = 5
  • Manifest reference[pack_config] lives alongside [events.*].
  • UI hints — hint vocabulary that affects how the Pack Config editor renders fields.