Skip to content

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

FieldTypeDescription
typerequired"token"

Discriminator for token blocks.

titlerequiredstring

Short label shown above the highlighted value.

  • Maximum length: 64
contentrequiredstring

Value or instruction to highlight.

  • Maximum length: 5000