Token
Highlights a titled value such as a coupon code, password, reference, or short instruction.
Example
{
"type": "token",
"title": "Coupon code",
"content": "LOREM IPSUM"
}Fields
| Field | Type | Description |
|---|---|---|
typerequired | "token" | Discriminator for token blocks. |
titlerequired | string | Short label shown above the highlighted value.
|
contentrequired | string | Value or instruction to highlight.
|