{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SubjectAlternativeNameMatchers", "description": "An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.", "type": "object", "properties": { "exact": {} }, "required": [ "exact" ] }