PortConnectionTunnel (type)

{
  "additionalProperties": false, 
  "id": "PortConnectionTunnel", 
  "module_id": "PortConnection", 
  "properties": {
    "src_node_id": {
      "required": true, 
      "title": "Id of the source transport node", 
      "type": "string"
    }, 
    "tunnel_properties": {
      "$ref": "TunnelProperties, 
      "required": true, 
      "title": "Tunnel properties between the source and the destination transport node"
    }
  }, 
  "title": "Tunnel information between two given transport nodes", 
  "type": "object"
}