LbJwtCertificateKey (type)

{
  "additionalProperties": false, 
  "description": "The key is used to specify certificate which is used to verify the signature of JWT tokens.", 
  "extends": {
    "$ref": "LbJwtKey
  }, 
  "id": "LbJwtCertificateKey", 
  "module_id": "LoadBalancer", 
  "polymorphic-type-descriptor": {
    "type-identifier": "LbJwtCertificateKey"
  }, 
  "properties": {
    "certificate_id": {
      "required": true, 
      "title": "Certificate identifier", 
      "type": "string"
    }, 
    "type": {
      "$ref": "LbJwtKeyType, 
      "description": "The property is used to identify JWT key type.", 
      "required": true, 
      "title": "Type of load balancer JWT key"
    }
  }, 
  "title": "Specifies certificate used to verify the signature of JWT tokens", 
  "type": "object"
}