{
	"title": "notification type text",
	"$schema": "http://json-schema.org/draft-04/schema#",
	"javaType": "com.sos.monitoring.notification.NotificationType",
	"type": "string",
	"enum": [
		"SUCCESS",
		"ERROR",
		"WARNING",
		"RECOVERED",
		"ACKNOWLEDGED"
	]
}