{
  "title": "JOC PGP Key Type, based on the Security Level of JOC Cockpit",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.sign.JocKeyType",
  "type": "integer",
  "enum": [
    0,
    1,
    2,
    3
  ],
  "javaEnumNames": [
    "PRIVATE",
    "PUBLIC",
    "X509",
    "CA"
  ]
}
