d2/testdata/d2ir/TestCompile/edge/underscore.exp.json
2023-01-24 03:24:02 -08:00

34 lines
454 B
JSON
Generated

{
"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
}
}
]
}