{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NetworkRuleSet", "type": "object", "description": "A set of rules governing the network accessibility.", "properties": { "defaultAction": { "type": "string", "description": "The default action when no rule matches." }, "ipRules": { "type": "array", "description": "The list of IP address rules." }, "virtualNetworkRules": { "type": "array", "description": "The list of virtual network rules." } } }