Schema Reveal

Decodes the current page ?p= URL and displays the JSON schema that built this page

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
accentstring (optional, hex)optional
Example payload
{
  "type": "schema_reveal"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →