{
    "shadow": {
        "elements": [
            {
                "name": "typeahead",
                "type": "utam-omnistudio-common/pageObjects/typeahead",
                "public": true,
                "selector": {
                    "css": "runtime_omnistudio_common-typeahead"
                }
            },
            {
                "name": "editIcon",
                "type": "clickable",
                "public": true,
                "selector": {
                    "css": "button"
                }
            },
            {
                "name": "typeaheadInput",
                "public": true,
                "selector": {
                    "css": "runtime_omnistudio_common-typeahead"
                },
                "type": "clickable",
                "shadow": {
                    "elements": [
                        {
                            "name": "option",
                            "type": "clickable",
                            "selector": {
                                "css": "div > span > span",
                                "returnAll": true
                            },
                            "filter": {
                                "apply": "getText",
                                "findFirst": true,
                                "matcher": {
                                    "type": "stringContains",
                                    "args": [
                                        {
                                            "name": "matcherArg",
                                            "type": "string"
                                        }
                                    ]
                                }
                            },
                            "public": true
                        },
                        {
                            "name": "input",
                            "type": [
                                "actionable",
                                "clickable",
                                "editable"
                            ],
                            "selector": {
                                "css": "input"
                            },
                            "public": true
                        }
                    ]
                }
            }
        ]
    },
    "description": {
        "text": [
            " "
        ],
        "author": "Salesforce"
    }
}