{
  "title": "Security Level of JOC Cockpit",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.common.JocSecurityLevel",
  "type": "string",
  "enum": [
    "LOW",
    "MEDIUM",
    "HIGH"
  ]
}
