LBJwtKey (type)

{
  "abstract": true, 
  "additionalProperties": false, 
  "description": "LBJwtKey specifies the symmetric key or asymmetric public key used to decrypt the data in JWT.", 
  "id": "LBJwtKey", 
  "module_id": "PolicyLoadBalancer", 
  "polymorphic-type-descriptor": {
    "mode": "enabled", 
    "property-name": "type"
  }, 
  "properties": {
    "type": {
      "$ref": "LBJwtKeyType, 
      "description": "The property is used to identify JWT key type.", 
      "required": true, 
      "title": "Type of load balancer JWT key"
    }
  }, 
  "title": "Load balancer JWT key", 
  "type": "object"
}