26 lines
308 B
JSON
26 lines
308 B
JSON
|
|
{
|
||
|
|
"fields": [
|
||
|
|
{
|
||
|
|
"name": "x"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "y"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"edges": [
|
||
|
|
{
|
||
|
|
"edge_id": {
|
||
|
|
"src_path": [
|
||
|
|
"x"
|
||
|
|
],
|
||
|
|
"src_arrow": false,
|
||
|
|
"dst_path": [
|
||
|
|
"y"
|
||
|
|
],
|
||
|
|
"dst_arrow": true,
|
||
|
|
"index": 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|