{
  "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.publish.OperationType",
  "type": "integer",
  "enum": [
    0,
    1
  ],
  "javaEnumNames": [
    "UPDATE",
    "DELETE"
  ]
}
