Visual cloud of tags with variable font size based on weight. Heavier tags appear larger. Use for skill tags, topic clouds, keyword displays.
| Field | Type | |
|---|---|---|
| title | string | optional |
| accent | string (optional, default hex) | optional |
| min_size | integer (optional, minimum font size px, default 12) | optional |
| max_size | integer (optional, maximum font size px, default 22) | optional |
| tags | array (required, alias items). Each: {label, weight? (default 1), color?} or plain string | required |
{
"type": "tag_cloud"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:tag_cloud",
"displayName": "Tag Cloud",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/tag_cloud",
"capabilities": [
"web",
"apps-script-web",
"pdf"
],
"description": "Visual cloud of tags with variable font size based on weight. Heavier tags appear larger. Use for skill tags, topic clouds, keyword displays.",
"representativeQueries": [
"show a weighted tag cloud \u2014 variable size by weight, wrap layout",
"visual cloud of tags with variable font size based on weight. heavier tags appear larger. use for sk",
"render a tag cloud"
]
}
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 →