{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "HttpPathMatch", "description": "An object representing the path to match in the request.", "type": "object", "properties": { "exact": {}, "regex": {} } }