http://maasglobal.com/maas-backend/push-notification/response.json
MaaS push notification response schema.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Develop | No | Forbidden | Forbidden | maas-backend/push-notification/response.json |
http://maasglobal.com/maas-backend/push-notification/response.json
http://maasglobal.com/core/components/units.json
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
identityId | complex | Required | No | response (this schema) |
results | complex | Required | No | response (this schema) |
identityId
Any following options needs to be fulfilled.
string
All instances must conform to this regular expression
^[aepus]{2}-[\w]{4}-\d:[a-f\d]{8}(-[a-f\d]{4}){3}-[a-f\d]{12}$
string
All instances must conform to this regular expression
^[A-Fa-f0-9]{8}(-[A-Fa-f0-9]{4}){3}-[A-Fa-f0-9]{12}$
"eu-west-1:4828507e-683f-41bf-9d87-689808fbf958"
"4828507e-683f-41bf-9d87-689808fbf958"
results
Unknown type ``.
{
"properties": {
"successCount": {
"type": "integer",
"minimum": 0
},
"failureCount": {
"type": "integer",
"minimum": 0
}
},
"required": ["successCount", "failureCount"],
"isrequired": true,
"simpletype": "complex"
}