{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionCertsAD", "title": "ConnectionCertsAD", "description": "Array of X.509 certificates in PEM format used for validating SAML signatures from the AD identity provider (managed by the AD Connector agent).", "type": "array", "items": { "type": "string", "minLength": 256, "maxLength": 3072 }, "minItems": 0, "maxItems": 2 }