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

35 lines
454 B
JSON
Raw Normal View History

2023-01-16 11:52:37 +00:00
{
"fields": [
{
"name": "x",
"composite": {
"fields": [
{
"name": "_"
}
],
"edges": null
}
},
{
"name": "z"
}
],
"edges": [
{
"edge_id": {
"src_path": [
"x",
"_"
],
"src_arrow": false,
"dst_path": [
"z"
],
"dst_arrow": true,
"index": 0
}
}
]
}