{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-schema/api-security-evasive-path-match-get-200-schema.json", "title": "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 }