{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/evasive-path-match-put-200", "title": "evasive-path-match-put-200", "additionalProperties": false, "description": "The PUT Response JSON for Evasive Path Match.", "properties": { "enablePathMatch": { "description": "When enabled, evaluates requests with the following list of characters removed ` & ! $ ' ( ) + , [ ] * @ ^ \\ \"` and `.` only when it appears as a trailing character at the end of the URL. This feature does not match on characters that are an integral part of URL requests, like: ``` : / # & ; = ``` and `.` when it appears inside the URL string.", "type": "boolean" } }, "required": [ "enablePathMatch" ], "type": "object", "x-akamai": { "file-path": "schemas/evasive-path-match-put-200.yaml" } }