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 JSON Snippet
{
"id": "VCR-Jyr",
"name": "Crash Template",
"template": "Crash-Recording from {-{InPortCustomLabel}-} on {-{OutPortCustomLabel}-}"
}