Skip to content

Instantly share code, notes, and snippets.

@danielok1993
Created August 3, 2017 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielok1993/df5acad3880dce5e531999b3a3d51164 to your computer and use it in GitHub Desktop.
Save danielok1993/df5acad3880dce5e531999b3a3d51164 to your computer and use it in GitHub Desktop.
ServiceBus360 Notification Schema
{
"items": {
"properties": {
"Errors": {
"type": "number"
},
"Issues": {
"items": {
"properties": {
"CompositeKey": {
"type": "any"
},
"CompositeKeyType": {
"type": "any"
},
"Information": {
"type": "string"
},
"IsComposite": {
"type": "boolean"
},
"Type": {
"type": "string"
}
},
"required": [
"Type",
"IsComposite",
"CompositeKey",
"CompositeKeyType",
"Information"
],
"type": "object"
},
"type": "array"
},
"NamespaceName": {
"type": "string"
},
"ResourceName": {
"type": "string"
},
"ResourceType": {
"type": "string"
},
"State": {
"type": "number"
},
"Warnings": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment