{ "$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" } }