{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bypass-network-lists-put", "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" } }