{ "type": "object", "properties": { "exact": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The exact query parameter to match on." } ] } }, "description": "An object representing the query parameter to match.", "$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-query-parameter-match-schema.json", "title": "QueryParameterMatch" }