{
  "title": "sets the properties to create a (C)ertificate (S)igning (R)equest filter",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaType": "com.sos.joc.model.publish.CreateCSRFilter",
  "type": "object",
  "properties": {
    "dn": {
      "type": "string"
    },
    "san" : {
      "type" : "string"
    }, 
    "hostname" : {
      "type" : "string"
    }
  }
}
