Akamai API Security · JSON Structure

Api Security Pii Learning Structure

Summarizes availability of PII learning.

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

pii-learning 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

enablePiiLearning

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-pii-learning-structure.json",
  "name": "pii-learning",
  "description": "Summarizes availability of PII learning.",
  "type": "object",
  "properties": {
    "enablePiiLearning": {
      "description": "Enables PII learning.",
      "type": "boolean"
    }
  },
  "required": [
    "enablePiiLearning"
  ],
  "additionalProperties": false
}