{ "$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-bypass-network-lists-put-schema.json", "title": "bypass-network-lists-put", "description": "Contains bypass network lists for the specified configuration version.", "type": "object", "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" ], "additionalProperties": false }