{
	"title": "Settings data type",
	"$schema": "http://json-schema.org/draft-04/schema#",
	"javaType": "com.sos.joc.model.configuration.globals.GlobalSettingsSectionValueType",
	"type": "string",
	"enum": [
		"TIMEZONE",
		"DURATION",
		"WEEKDAYS",
		"TIME",
		"ARRAY",
		"POSITIVENUMBER",
		"NONNEGATIVENUMBER",
		"POSITIVEINTEGER",
		"NONNEGATIVEINTEGER",
		"STRING"
	]
}
