{ "id": "VrfEvpnL2VniConfig", "module_id": "PolicyConnectivity", "properties": { "enable_vtep_groups": { "default": false, "description": "This is used to enable or disable the creation of vtep groups. Each vtep group is used to group vteps with the same MAC for L2 ECMP usage.", "required": false, "title": "Flag to enable or disable the creation of vtep groups", "type": "boolean" }, "l2_vni_configs": { "description": "Define L2 VNI and its related route distinguiser and route targets.", "items": { "$ref": "VrfL2VniConfig }, "maxItems": 1, "minItems": 1, "required": true, "title": "L2 VNI configurations associated with the VRF", "type": "array" } }, "type": "object" }