Skip to content

Instantly share code, notes, and snippets.

Created July 12, 2017 08:29
Show Gist options
  • Select an option

  • Save anonymous/05f84a7676a09e77f1368390cc6ddffe to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/05f84a7676a09e77f1368390cc6ddffe to your computer and use it in GitHub Desktop.
BizTalk360 Alert notification sample Schema
{
"items": {
"properties": {
"artifactName": {
"type": "string"
},
"monitorGroupName": {
"type": "string"
},
"monitorGroupStatus": {
"type": "string"
},
"monitors": {
"items": {
"properties": {
"messages": {
"type": "array"
},
"monitorGroupName": {
"type": "string"
},
"monitorName": {
"type": "string"
},
"monitorStatus": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment