{
   "$schema":"http://json-schema.org/draft-04/schema#",
   "type":"object",
   "title":"InstallationStatusResponse",
   "additionalProperties":false,
   "description":"Notification Service V3 - InstallationStatusResponse",
   "properties":{
      "status":{
         "$ref":"/resources/schema/services/v2/ServiceStatus.json",
         "description":"Service/endpoint response status"
      },
      "installations":{
         "type":"array",
         "items":{
            "$ref":"/resources/schema/notification/v3/Installation.json",
            "description":"Platform to send Push Notification.  This will define the mobile OS of either iOS or Android"
         },
         "description":"List of installations retrieved"
      }
   },
   "required":[
      "status"
   ]
}