{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-schema/azure-networking-services-virtual-network-bgp-communities-schema.json", "title": "VirtualNetworkBgpCommunities", "description": "Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.", "properties": { "regionalCommunity": { "description": "The BGP community associated with the region of the virtual network", "readOnly": true, "type": "string" }, "virtualNetworkCommunity": { "description": "The BGP community associated with the virtual network", "type": "string" } }, "type": "object", "required": [ "virtualNetworkCommunity" ] }