info

See the new UTAM documentation. utam.dev won’t be updated further and will redirect to the new site for March ’26.

JSON Grammar

The JSON grammar describes the elements that you can use in a JSON page object.

Here's a sample outline of a page object.

{
    "elements": [],
    "methods": [],
    "shadow": {
        "elements": []
    },
    "root": true,
    "selector": {
        "css": "one-record-home"
    }
}

For more details, start with Root Elements.