Akamai API Security · JSON Structure

Api Security Evasive Path Match Put 200 Structure

The PUT Response JSON for Evasive Path Match.

Type: object Properties: 1 Required: 1
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

evasive-path-match-put-200 is a JSON Structure definition published by Akamai API Security, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

enablePathMatch

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-put-200-structure.json",
  "name": "evasive-path-match-put-200",
  "description": "The PUT 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.  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"
  ],
  "additionalProperties": false
}