{ "type": "object", "properties": { "exact": { "allOf": [ { "$ref": "#/components/schemas/SubjectAlternativeNameList" }, { "description": "The values sent must match the specified values exactly." } ] } }, "required": [ "exact" ], "description": "An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-subject-alternative-name-matchers-schema.json", "title": "SubjectAlternativeNameMatchers" }