| name | data type | description |
|---|---|---|
| join_chain | array of XJoinChain |
Example
{
"join_chain" : [ {
"dest_table" : "...",
"paths" : {
"path" : [ { }, { } ]
},
"name" : "...",
"tags" : {
"property" : [ { }, { } ]
}
}, {
"dest_table" : "...",
"paths" : {
"path" : [ { }, { } ]
},
"name" : "...",
"tags" : {
"property" : [ { }, { } ]
}
} ]
}