| name | data type | description |
|---|---|---|
| edge | array of XJoinEdge |
Example
{
"edge" : [ {
"from" : {
"column" : "...",
"maps_to_many" : true,
"table" : "..."
},
"to" : {
"column" : "...",
"maps_to_many" : true,
"table" : "..."
}
}, {
"from" : {
"column" : "...",
"maps_to_many" : true,
"table" : "..."
},
"to" : {
"column" : "...",
"maps_to_many" : true,
"table" : "..."
}
} ]
}