{
	"title": "notification type text",
	"$schema": "http://json-schema.org/draft-04/schema#",
	"javaType": "com.sos.monitoring.notification.SystemNotificationCategory",
	"type": "string",
	"enum": [
		"SYSTEM",
		"JOC",
		"CONTROLLER",
		"AGENT"
	]
}