{ "type": "object", "properties": { "match": { "allOf": [ { "$ref": "#/components/schemas/SubjectAlternativeNameMatchers" }, { "description": "An object that represents the criteria for determining a SANs match." } ] } }, "required": [ "match" ], "description": "An object that represents the subject alternative names secured by the certificate.", "$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-names-schema.json", "title": "SubjectAlternativeNames" }