{
    "$schema": "https://schemas.botframework.com/schemas/ui/v1.0/ui.schema",
    "form": {
        "order": [
            "condition",
            "*"
        ],
        "hidden": [
            "actions"
        ],
        "label": "Greeting",
        "subtitle": "ConversationUpdate activity",
        "description": "Handle the events fired when a user begins a new conversation with the bot.",
        "helpLink": "https://aka.ms/bf-composer-docs-conversation-update-activity"
    }
}
