{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GrpcRouteMetadataMatchMethod", "description": "An object that represents the match method. Specify one of the match values.", "type": "object", "properties": { "exact": {}, "prefix": {}, "range": {}, "regex": {}, "suffix": {} } }