{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-structure/api-security-evasive-path-match-get-200-structure.json", "name": "evasive-path-match-get-200", "description": "The GET Response JSON for Evasive Path Match.", "type": "object", "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" ], "additionalProperties": false }