{
	"title": "CaughtCause",
	"$schema": "http://json-schema.org/draft-04/schema#",
	"javaType": "com.sos.joc.model.history.order.caught.CaughtCause",
	"type": "string",
	"enum": [
		"Unknown",
		"TryInstruction",
		"Retry"
	],
	"javaEnumNames": [
		"Unknown",
		"TryInstruction",
		"Retry"
	]
}