customJson property
A string that contains user-defined custom JSON. It can be used to override the corresponding default stack configuration attribute values for stack or to pass data to recipes. The string should be in the following format:
"{"key1": "value1", "key2": "value2",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
Implementation
final String? customJson;