Matches any valid client certificate.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_certificate_rule", "title": "Valid certificate", "description": "Matches any valid client certificate.", "example": { "certificate": {} }, "properties": { "certificate": { "example": {}, "type": "object" } }, "required": [ "certificate" ], "type": "object" }