Skip to content

channels

Back to Index

Channels are defined in the registry and used throughout the system. Refer to Dimensions for more info.

Each channel must have a unique key that can only contain a-z 0-9 and _. And the first character has to be non-numeric.

For example:

uri: /registry/channels/b2c
spec:
value: {}

A channel can contain any properties you want.

Back to Index