{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/appsec-bypass-network-lists-get-schema.json", "title": "bypass-network-lists-get", "additionalProperties": false, "description": "Contains bypass network lists for the specified configuration version.", "properties": { "networkLists": { "description": "The list of network list identifiers and names.", "items": { "additionalProperties": false, "properties": { "id": { "description": "Uniquely identifies the network list.", "type": "string" }, "name": { "description": "The name of the network list.", "type": "string" } }, "required": [ "id" ], "type": "object" }, "type": "array" } }, "required": [ "networkLists" ], "type": "object", "x-akamai": { "file-path": "schemas/bypass-network-lists-get.yaml" } }