A single Google Workspace product logo from Google's official CDN (fonts.gstatic.com). Falls back to coloured letter badge for unknown apps.
| Field | Type | |
|---|---|---|
| app | app name (required) — gmail, drive, docs, sheets, slides, calendar, meet, forms, chat, classroom, keep, sites, vault, groups, tasks, contacts, jamboard, admin, appsheet, currents | required |
| size | display size in px (default 48 — SVG scales to any size) | required |
| label | caption below logo (default capitalised app name; set to empty string to hide) | required |
| inline | render inline (default true) | required |
{
"type": "workspace_logo",
"app": "MyWorkspace"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:workspace_logo",
"displayName": "Workspace Logo",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/workspace_logo",
"capabilities": [
"gas",
"web"
],
"description": "",
"representativeQueries": [
"show a A single Google Workspace product logo from Google's official CDN (fonts.gstatic.com). Falls back to coloured letter badge for unknown apps",
"render a workspace logo"
]
}
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 →