d2/testdata/d2ir/TestCompile/edge/root.exp.json

26 lines
308 B
JSON
Raw Normal View History

2023-01-17 12:44:14 +00:00
{
"fields": [
{
"name": "x"
},
{
"name": "y"
}
],
"edges": [
{
"edge_id": {
"src_path": [
"x"
],
"src_arrow": false,
"dst_path": [
"y"
],
"dst_arrow": true,
"index": 0
}
}
]
}