Valid certificate

Matches any valid client certificate.

APIs.ioEngineeringPlatform

Properties

Name Type Description
certificate object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-certificate-rule-schema.json Raw ↑
{
  "$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"
}