| name | data type | description |
|---|---|---|
| dim_attribute | array of XDimAttribute |
Example
{
"dim_attribute" : [ {
"_type" : "...",
"chain_ref_column" : [ {
"ref_col" : "...",
"chain_name" : "...",
"dest_table" : "..."
}, {
"ref_col" : "...",
"chain_name" : "...",
"dest_table" : "..."
} ],
"hierarchy" : {
"dim_attribute" : [ { }, { } ]
},
"values" : [ "...", "..." ],
"name" : "...",
"tags" : {
"property" : [ { }, { } ]
}
}, {
"_type" : "...",
"chain_ref_column" : [ {
"ref_col" : "...",
"chain_name" : "...",
"dest_table" : "..."
}, {
"ref_col" : "...",
"chain_name" : "...",
"dest_table" : "..."
} ],
"hierarchy" : {
"dim_attribute" : [ { }, { } ]
},
"values" : [ "...", "..." ],
"name" : "...",
"tags" : {
"property" : [ { }, { } ]
}
} ]
}