Transformer Substitution Variable Input

Substitution variable definition for transformer input.
JSON Example
1
2{
3  "label": "Banner title",
4  "description": "Title text for the banner",
5  "configType": "Static",
6  "defaultValue": "Welcome",
7  "overridable": true,
8  "required": false
9}
Name Type Description Required or Optional Available Version
label String Label to be displayed on the UI when configuring this substitution variable. Optional 66.0
description String Description to be displayed on the UI when configuring this substitution variable. Optional 66.0
configType String Defines how the substitution variable can be interpreted. Values are: SchemaPath, Static. Optional 66.0
defaultValue String Default value for the substitution definition to be used if the personalization experience configuration does not override the value. Optional 66.0
overridable Boolean Specifies whether the experience can override the default value. Optional 66.0
required Boolean Specifies whether a value (either default or in experience) must be provided. Optional 66.0