{
   "$schema":"http://json-schema.org/draft-04/schema#",
   "type":"object",
   "title":"InstallationRequest",
   "additionalProperties":false,
   "description":"Notification Service V3 - InstallationRequest",
   "properties":{
      "context":{
         "$ref":"/resources/schema/services/v2/Context.json",
         "description":"Service Request Context"
      },
      "installation":{
         "$ref":"/resources/schema/notification/v3/Installation.json",
         "description":"Platform to send Push Notification.  This will define the mobile OS of either iOS or Android"
      }
   },
   "required":[
      "installation"
   ]
}