Represents a Title Template for the Title Generator.
Properties
|
Property |
Possible Values |
Example |
Description |
|---|---|---|---|
|
id |
string |
VCR-Jyr |
External ID of Title Template. |
|
name |
string |
Crash Template |
Display name of the Title Template |
|
template |
string |
Crash-Recording from {-{InPortCustomLabel}-} on {-{OutPortCustomLabel}-} |
Template for title generation. Can contain one or multiple placeholders |
|
example |
string |
Crash-Recording from InPortCustomLabel on OutPortCustomLabel |
Example for a result of the replacement process |
Example JSON Snippet
{
"id": "VCR-Jyr",
"name": "Crash Template",
"template": "Crash-Recording from {-{InPortCustomLabel}-} on {-{OutPortCustomLabel}-}",
"example": "Crash-Recording from InPortCustomLabel on OutPortCustomLabel"
}