Blockquote With Avatar

Renders a blockquote with an associated avatar and attribution.

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a simple blockquote with text attribution; avatar image is not supported.
emailRenders as a simple blockquote with text attribution; avatar image is not supported.
Fields
FieldType
quotestring (the quoted text)required
author_namestring (name of the person quoted)required
author_titleoptional string (title or role of the person)optional
avatar_urloptional string (URL to the author's avatar image)optional
Example payload
{
  "type": "blockquote_with_avatar",
  "quote": "The vocabulary IS the discovery layer.",
  "author_name": "Author Name"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:blockquote_with_avatar",
  "displayName": "Blockquote With Avatar",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/blockquote_with_avatar",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a blockquote with an associated avatar and attribution.",
  "representativeQueries": [
    "show a testimonial quote with avatar and attribution",
    "renders a blockquote with an associated avatar and attribution.",
    "render a blockquote with avatar"
  ]
}
← 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 →