{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NetworkAclActionBlockEnum", "title": "NetworkAclActionBlockEnum", "type": "boolean", "description": "Indicates the rule will block requests that either match or not_match specific criteria", "enum": [ true ] }