Akamai · Schema

bypass-network-lists-put

Contains bypass network lists for the specified configuration version.

CDNCloudEdge ComputingNetworksPlatformSecurity

Properties

Name Type Description
networkLists array Contains a list of network list IDs.
View JSON Schema on GitHub

JSON Schema

appsec-bypass-network-lists-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/appsec-bypass-network-lists-put-schema.json",
  "title": "bypass-network-lists-put",
  "additionalProperties": false,
  "description": "Contains bypass network lists for the specified configuration version.",
  "properties": {
    "networkLists": {
      "description": "Contains a list of network list IDs.",
      "items": {
        "description": "List of network lists. The values are the network lists' IDs.",
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "networkLists"
  ],
  "type": "object",
  "x-akamai": {
    "file-path": "schemas/bypass-network-lists-put.yaml"
  }
}