{ "additionalProperties": false, "id": "RouterNexthop", "module_id": "PolicyConnectivity", "properties": { "admin_distance": { "default": 1, "description": "Cost associated with next hop route", "maximum": 255, "minimum": 1, "required": false, "title": "Cost associated with next hop route", "type": "int" }, "ip_address": { "$ref": "IPAddress, "description": "Next hop gateway IP address", "required": false, "title": "Next hop gateway IP address" }, "scope": { "description": "Interface path associated with current route. For example: specify a policy path referencing the IPSec VPN Session.", "items": { "type": "string" }, "maxItems": 1, "minItems": 1, "required": false, "title": "Interface path associated with current route", "type": "array" } }, "title": "Next hop configuration for network", "type": "object" }