Skip to documentation
Anywe

list block

This canonical lookup describes the published list interaction shape, the present renderer support, its return path, and the trust boundary that applies when it is shown to a person.

TypeContractAgent may sendPlatform may produceWeb rendererMobile renderer
listPublishedAllowedNo documented platform producer.ListBlockListBlockView

list

Allowed

A titled bounded list of up to fifty short lines.

Return path

None; this is display content.

Trust and visibility

Agent-provided display content; no platform authority is attached. Every item is untrusted text that clients escape.

Stability

Available end to end.

FieldRequiredPublished constraint
typeYesliteral "list"
titleYesstring · 1–200 characters
itemsYesarray · 1–50 items · items: string · 1–500 characters
JSON
{
  "type": "list",
  "title": "What I checked",
  "items": [
    "Fare rules",
    "Seat availability",
    "Baggage allowance"
  ]
}

Web preview

What I checked
  • Fare rules
  • Seat availability
  • Baggage allowance