{
    "type": "object",
    "properties": {
        "mode": {
            "type": "object",
            "properties": {
                "useProduction": {
                    "title": "Production Credentials",
                    "type": "boolean"
                }
            }
        },
        "constants": {
            "type": "object",
            "properties": {
                "urls": {
                    "type": "object",
                    "properties": {
                        "webhookUrl": {
                            "title": "Webhook URL",
                            "type": "string",
                            "readOnly": true,
                            "copy": true
                        }
                    }
                }
            }
        },
        "tokenUrl": {
            "title": "Override the Microsoft Bot Framework Token Request URL",
            "type": "string"
        },
        "scope": {
            "title": "Space separated scopes to request from the Microsoft Bot Framework server",
            "type": "string"
        },
        "clientId": {
            "title": "Client ID",
            "type": "string"
        },
        "clientSecret": {
            "title": "Client Secret",
            "type": "string"
        },
        "defaultEventHandler": {
            "title": "Default Event Handler",
            "type": "string"
        }
    },
    "required": ["scope", "clientId", "clientSecret"]
}
