| name | data type | description |
|---|---|---|
| name | string | |
| attributes | XDimAttributes | |
| expressions | XExpressions | |
| join_chains | XJoinChains | |
| properties | XProperties |
Example
{
"name" : "...",
"attributes" : {
"dim_attribute" : [ {
"_type" : "...",
"chain_ref_column" : [ { }, { } ],
"hierarchy" : { },
"values" : [ "...", "..." ],
"name" : "...",
"tags" : { }
}, {
"_type" : "...",
"chain_ref_column" : [ { }, { } ],
"hierarchy" : { },
"values" : [ "...", "..." ],
"name" : "...",
"tags" : { }
} ]
},
"expressions" : {
"expression" : [ {
"_type" : "...",
"expr_spec" : [ { }, { } ],
"name" : "...",
"tags" : { }
}, {
"_type" : "...",
"expr_spec" : [ { }, { } ],
"name" : "...",
"tags" : { }
} ]
},
"join_chains" : {
"join_chain" : [ {
"dest_table" : "...",
"paths" : { },
"name" : "...",
"tags" : { }
}, {
"dest_table" : "...",
"paths" : { },
"name" : "...",
"tags" : { }
} ]
},
"properties" : {
"property" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ]
}
}