Pack Config schema
Why Pack Config exists
Section titled “Why Pack Config exists”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.
Schema format
Section titled “Schema format”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 = 0default = 5See also
Section titled “See also”- Manifest reference —
[pack_config]lives alongside[events.*]. - UI hints — hint vocabulary that affects how the Pack Config editor renders fields.