{
   "$schema":"http://json-schema.org/draft-04/schema#",
   "type":"object",
   "title":"AcknowledgementStatusRequest",
   "additionalProperties":false,
   "description":"Notification Service V3 - AcknowledgementStatusRequest",
   "properties":{
       "acknowledgementIds":{
         "type":"array",
         "items":{
            "type":"string",
            "description":"acknowledgement ids array"
         },
         "description":"list of request items to be sent as part of this request"
      },
      "type":{
     	"type":"string",
     	"description":"acknowledgement type is a string value like meetup, for the acknowledgement ids provided" 
      }
   }
}