http://maasglobal.com/maas-backend/webhooks/zendesk-push-notification/response.json
MaaS Zendesk push notification forwarder response schema.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Develop | No | Forbidden | Forbidden | maas-backend/webhooks/zendesk-push-notification/response.json |
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
results | complex | Required | No | response (this schema) |
results
Unknown type ``.
{
"properties": {
"successCount": {
"type": "integer",
"minimum": 0
},
"failureCount": {
"type": "integer",
"minimum": 0
}
},
"required": ["successCount", "failureCount"],
"isrequired": true,
"simpletype": "complex"
}