{
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: dpEditorUi"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "input",
                "type": "utam-lightning/pageObjects/input",
                "selector": {
                    "css": "lightning-input[name='DPName']"
                }
            },
            {
                "public": true,
                "name": "combobox",
                "type": "utam-lightning/pageObjects/combobox",
                "selector": {
                    "css": "lightning-combobox[name='DataSource']"
                }
            },
            {
                "public": true,
                "name": "propertySheetUi",
                "type": "utam-builder-framework/pageObjects/propertySheetUi",
                "selector": {
                    "css": "builder_framework-property-sheet-ui"
                }
            },
            {
                "public": true,
                "name": "propertySheetUi1",
                "type": "utam-builder-framework/pageObjects/propertySheetUi",
                "selector": {
                    "css": "builder_framework-property-sheet-ui:nth-of-type(2)"
                }
            }
        ]
    }
}