{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ContainerServiceNetworkProfile", "type": "object", "properties": { "networkPlugin": { "type": "string" }, "networkPluginMode": { "type": "string" }, "networkPolicy": { "type": "string" }, "networkDataplane": { "type": "string" }, "podCidr": { "type": "string" }, "serviceCidr": { "type": "string" }, "dnsServiceIP": { "type": "string" }, "loadBalancerSku": { "type": "string" }, "outboundType": { "type": "string" } } }