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": [
{
2023-01-17 12:44:14 +00:00
"name": "p",
2023-01-16 11:52:37 +00:00
"composite": {
"fields": [
{
2023-01-17 12:44:14 +00:00
"name": "z"
2023-01-16 11:52:37 +00:00
}
],
"edges": null
}
},
{
2023-01-17 12:44:14 +00:00
"name": "x"
2023-01-16 11:52:37 +00:00
}
],
"edges": [
{
"edge_id": {
"src_path": [
2023-01-17 12:44:14 +00:00
"x"
2023-01-16 11:52:37 +00:00
],
"src_arrow": false,
"dst_path": [
2023-01-17 12:44:14 +00:00
"p",
2023-01-16 11:52:37 +00:00
"z"
],
"dst_arrow": true,
"index": 0
}
}
]
}