{ "additionalProperties": false, "description": "Vrf Route Targets for import/export.", "id": "VrfRouteTargets", "module_id": "PolicyConnectivity", "properties": { "address_family": { "default": "L2VPN_EVPN", "description": "Address family.", "enum": [ "L2VPN_EVPN" ], "required": false, "title": "Address family", "type": "string" }, "export_route_targets": { "description": "Export route targets with format in ASN:<number>.", "items": { "type": "string" }, "required": false, "title": "Export route targets", "type": "array" }, "import_route_targets": { "description": "Import route targets with format in ASN:<number>.", "items": { "type": "string" }, "required": false, "title": "Import route targets", "type": "array" } }, "title": "Vrf Route Targets", "type": "object" }