Schema Qr

QR code for the current page URL (or a fixed URL) via Google Charts API

Surfaces
apps-script-web
Fields
FieldType
urlstring (optional, fixed URL — defaults to current page URL)optional
labelstringoptional
substring (optional, sub-label below QR)optional
sizenumber (optional, px, default 220)optional
Example payload
{
  "type": "schema_qr"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:schema_qr",
  "displayName": "Schema Qr",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/schema_qr",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "QR code for the current page URL (or a fixed URL) via Google Charts API",
  "representativeQueries": [
    "show a QR code for current or given URL",
    "qr code for the current page url (or a fixed url) via google charts api",
    "render a schema qr"
  ]
}
← 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 →