IssuerSerialNumber (type)

{
  "additionalProperties": false, 
  "id": "IssuerSerialNumber", 
  "module_id": "CertificateManager", 
  "properties": {
    "issuer": {
      "description": "Issuer Distinguished Name of the revoked certificates.", 
      "title": "Issuer Distinguished Name (DN)", 
      "type": "string"
    }, 
    "serial_numbers": {
      "description": "List of Certificate Serial Numbers issued by the specified issuers.", 
      "items": {
        "type": "string"
      }, 
      "title": "Certificate Serial Numbers", 
      "type": "array"
    }
  }, 
  "type": "object"
}