Akamai API Security · JSON Structure

Api Security Malware Policies Content Types Structure

Contains a list of supported malware policy content types for the specified configuration version.

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

malware-policies-content-types 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

malwareContentTypes

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-malware-policies-content-types-structure.json",
  "name": "malware-policies-content-types",
  "description": "Contains a list of supported malware policy content types for the specified configuration version.",
  "type": "object",
  "properties": {
    "malwareContentTypes": {
      "description": "The list of supported content types in a malware policy.",
      "items": {
        "description": "The malware content type.",
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "malwareContentTypes"
  ],
  "additionalProperties": false
}