[
{
"title": ["John", "new york city"], // 'title' is property of the vertices
"relation": ["WORKIGN_AT"], // Edge label between nodes
"node": ["Person", "Location"], // List of labels
"len": 1, // Node hop between two node label
"node_data": [ // List of node property data
{
"Employee_Status": "Active",
"FT_or_PT": "Full Time",
"title": "john"
},
{
"Office_Type": "Headquarters",
"Mailing_Code": 10022,
"ISO_Alpha_Two_Country_Code": "US",
"City": "New York",
"title": "New York City",
"Display": "New York City",
"Name": "New York City"
}
],
"id": [5432,5125], // List of node id in the hopes
"rel_id": [17409], // list of edge id in the hopes
"start": [5432], // id of from nodes in the hopes
"end": [5125] // id of to nodes in the l
}
]
[
{
"title": ["John", "new york city"], // 'title' is property of the vertices
"relation": ["WORKIGN_AT"], // Edge label between nodes
"node": ["Person", "Location"], // List of labels
"len": 1, // Node hop between two node label
"node_data": [ // List of node property data
{
"Employee_Status": "Active",
"FT_or_PT": "Full Time",
"title": "john"
},
{
"Office_Type": "Headquarters",
"Mailing_Code": 10022,
"ISO_Alpha_Two_Country_Code": "US",
"City": "New York",
"title": "New York City",
"Display": "New York City",
"Name": "New York City"
}
],
"id": [5432,5125], // List of node id in the hopes
"rel_id": [17409], // list of edge id in the hopes
"start": [5432], // id of from nodes in the hopes
"end": [5125] // id of to nodes in the l
}
]