{
   "$schema":"http://json-schema.org/draft-04/schema#",
   "type":"object",
   "title":"AcknowledgementStatusResponse",
   "additionalProperties":false,
   "description":"Notification Service V3 - AcknowledgementStatusResponse",
   "properties":{
      "status":{
         "$ref":"/resources/schema/services/v2/ServiceStatus.json",
         "description":"Service/endpoint response status"
      },
      "acknowledgements":{
         "type":"array",
         "items":{
            "$ref":"/resources/schema/notification/v3/Acknowledgement.json",
            "description":"Represents an acknowledgement object, representing for example, meetup id, user, acknowledgement status, and time"
         },
         "description":"List of acknowledgments retrieved"
      }
   },
   "required":[
      "status"
   ]
}