Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anderseide/88258af755c35a44e7c3c6c1c8199bee to your computer and use it in GitHub Desktop.
Save anderseide/88258af755c35a44e7c3c6c1c8199bee to your computer and use it in GitHub Desktop.
A stripped down schema for the Azure DevOps Service Hooks event sendt when you configure a web hook
{
"properties": {
"createdDate": {
"type": "string"
},
"detailedMessage": {
"type": "object"
},
"eventType": {
"type": "string"
},
"id": {
"type": "string"
},
"message": {
"type": "object"
},
"notificationId": {
"type": "integer"
},
"publisherId": {
"type": "string"
},
"resource": {
"type": "object"
},
"resourceContainers": {
"type": "object"
},
"resourceVersion": {
"type": "string"
},
"subscriptionId": {
"type": "string"
}
},
"type": "object"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment