Skip to content

Instantly share code, notes, and snippets.

Created July 12, 2017 08:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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