Decodes the current page ?p= URL and displays the JSON schema that built this page
| Field | Type | |
|---|---|---|
| title | string | optional |
| accent | string (optional, hex) | optional |
{
"type": "schema_reveal"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:schema_reveal",
"displayName": "Schema Reveal",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/schema_reveal",
"capabilities": [
"apps-script-web"
],
"description": "Decodes the current page ?p= URL and displays the JSON schema that built this page",
"representativeQueries": [
"show a self-reveal: shows this page's own JSON schema",
"decodes the current page ?p= url and displays the json schema that built this page",
"render a schema reveal"
]
}
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 →