{ "additionalProperties": false, "id": "LocalEgressRoutingEntry", "module_id": "PolicyConnectivity", "properties": { "nexthop_address": { "description": "Next hop address for proximity routing.", "required": true, "title": "Next hop address", "type": "string" }, "prefix_list_paths": { "description": "The destination address of traffic matching a prefix-list is forwarded to the nexthop_address. Traffic matching a prefix list with Action DENY will be dropped. Individual prefix-lists specified could have different actions.", "items": { "type": "string" }, "maxItems": 1, "required": true, "title": "Policy path to prefix lists", "type": "array" } }, "title": "Local egress rounting policy", "type": "object" }