Substitution Details

Substitution variable details in a transformer response.
JSON example
This example shows a sample substitution definition value.
1{
2  "configType": "SchemaPath",
3  "defaultValue": "[UnitPrice__c]",
4  "description": null,
5  "label": "price",
6  "overridable": false,
7  "required": false
8}
Property Name Type Description Filter Group and Version Available Version
label String Label to be displayed on the UI when configuring this substitution variable. Small, 66.0 66.0
description String Description to be displayed on the UI when configuring this substitution variable. Small, 66.0 66.0
configType String Specifies how the substitution variable can be interpreted. Values are: SchemaPath, Static. Small, 66.0 66.0
defaultValue String Default value for the substitution definition to be used if personalization experience does not override the value. Small, 66.0 66.0
overridable Boolean Specifies whether the experience can override the default value. Small, 66.0 66.0
required Boolean Specifies whether a value (either default or in an experience) must be provided. Small, 66.0 66.0