{
    "shadow": {
        "elements": [
            {
                "name": "richText",
                "type": "utam-lightning/pageObjects/formattedRichText",
                "selector": {
                    "css": "lightning-formatted-rich-text"
                }
            }
        ]
    },
    "methods": [
        {
            "name": "getValue",
            "compose": [
                {
                    "element": "richText",
                    "apply": "getInnerText",
                    "returnType": "string"
                }
            ]
        }
    ],
    "description": {
        "text": [
            " "
        ],
        "author": "Salesforce"
    }
}