{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"type" : "object",
	"title" : "AcknowledgementRequest",
	"additionalProperties" : false,
	"description" : "Notification Service V3 - AcknowledgementRequest",
	"properties" : {
		"context" : {
			"$ref" : "/resources/schema/services/v2/Context.json",
			"description" : "Service Request Context"
		},
		"acknowledgement":{
         "$ref":"/resources/schema/notification/v3/Acknowledgement.json",
         "description":"Acknowledgement object"
      	}
		
	}
}