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": "PolicyLoadBalancer", 
  "polymorphic-type-descriptor": {
    "type-identifier": "LBJwtCertificateKey"
  }, 
  "properties": {
    "certificate_path": {
      "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"
}