"Notify": {
"type": "Bool",
"metadata": {
"displayName": "Notify Me",
"description": "Notify me about task status",
"format": "notifier",
"required": false
}
},
"EmailID": {
"defaultValue": "user@microsoft.com",
"type": "String",
"metadata": {
"displayName": "Enter email",
"description": "Notification to be sent to email",
"required": false
}
}