{
	"title" : "OperationType",
	"description" : "the operations supported by data api.  For UPDATE, if the key is not provided, a new object will be created",
	"enum" : 
	[
		"UPDATE",
		"DELETE"
	]
}