{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionSigningCertificatePemPingFederate", "title": "ConnectionSigningCertificatePemPingFederate", "description": "Base64-encoded X.509 certificate from the identity provider used to validate signatures in SAML responses and assertions. The certificate is decoded and used for cryptographic signature verification.", "type": "string", "writeOnly": true, "minLength": 1, "maxLength": 10240 }