forked from gooddata/gooddata-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataLoadingColumn.json
More file actions
34 lines (34 loc) · 906 Bytes
/
Copy pathdataLoadingColumn.json
File metadata and controls
34 lines (34 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"dataLoadingColumn" : {
"content" : {
"columnName" : "COLUMN_NAME",
"columnUnique" : 0,
"columnPrecision" : null,
"columnNull" : 1,
"columnType" : "INT",
"columnLength" : 128,
"column" : {
"uri" : "/gdc/md/PROJECT_ID/obj/COLUMN_ID"
},
"columnSynchronize" : {
"columnType" : "INT",
"columnLength" : 128,
"columnPrecision" : 0
}
},
"meta" : {
"author" : "/gdc/account/profile/PROFILE_ID",
"uri" : "/gdc/md/PROJECT_ID/obj/DATA_LOADING_COLUMN_ID",
"tags" : "",
"created" : "2016-02-29 13:24:37",
"identifier" : "IDENTIFIER",
"deprecated" : "0",
"summary" : "",
"isProduction" : 1,
"title" : "TITLE",
"category" : "dataLoadingColumn",
"updated" : "2016-03-03 13:14:04",
"contributor" : "/gdc/account/profile/PROFILE_ID"
}
}
}