QR code for the current page URL (or a fixed URL) via Google Charts API
| Field | Type | |
|---|---|---|
| url | string (optional, fixed URL — defaults to current page URL) | optional |
| label | string | optional |
| sub | string (optional, sub-label below QR) | optional |
| size | number (optional, px, default 220) | optional |
{
"type": "schema_qr"
}
{
"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"
]
}
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 →