Expert Endorsement

Renders an endorsement from an industry expert, including their quote,

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as basic text and expert name; avatar and rich formatting are not supported.
emailRenders as basic text and expert name; avatar and rich formatting may be rendered as a simple image or not at all.
Fields
FieldType
quotestringrequired
expert_namestringrequired
expert_titlestringrequired
expert_organizationstringrequired
expert_avatar_urlstringrequired
Example payload
{
  "type": "expert_endorsement",
  "quote": "The vocabulary IS the discovery layer.",
  "expert_name": "Expert name",
  "expert_title": "Expert title",
  "expert_organization": "Expert organization",
  "expert_avatar_url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:expert_endorsement",
  "displayName": "Expert Endorsement",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/expert_endorsement",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders an endorsement from an industry expert, including their quote,",
  "representativeQueries": [
    "show a expert quote with credentials and photo name, and credentials",
    "renders an endorsement from an industry expert, including their quote,",
    "render a expert endorsement"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →