{
    "$schema": "https://schemas.botframework.com/schemas/ui/v1.0/ui.schema",
    "form": {
        "label": "Delete a property",
        "subtitle": "Delete Property",
        "helpLink": "https://aka.ms/bfc-using-memory",
        "properties": {
            "property": {
                "intellisenseScopes": [
                    "user-variables"
                ]
            }
        }
    },
    "flow": {
        "widget": "ActionCard",
        "body": "=action.property"
    }
}
