{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionSha1Thumbprint", "title": "ConnectionSha1Thumbprint", "description": "SHA-1 thumbprint of the certificate", "type": "string", "format": "hexadecimal", "minLength": 40, "maxLength": 40 }