{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateClientAuthenticationMethodSelfSignedTLSClientAuthCredentials", "title": "CreateClientAuthenticationMethodSelfSignedTLSClientAuthCredentials", "type": "array", "description": "Fully defined credentials that will be enabled on the client for mTLS authentication utilizing self-signed certificate.", "minItems": 0, "items": { "$ref": "#/components/schemas/X509CertificateCredential" } }