{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/evasive-path-match-get-200", "title": "evasive-path-match-get-200", "additionalProperties": false, "description": "The GET 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.", "type": "boolean" } }, "required": [ "enablePathMatch" ], "type": "object", "x-akamai": { "file-path": "schemas/evasive-path-match-get-200.yaml" } }