This project has retired. For details please refer to its Attic page.
Lens Server: XJoinChains

XJoinChains Data Type

Properties
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" : [ { }, { } ]
    }
  } ]
}