forked from gooddata/gooddata-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfact.json
More file actions
29 lines (29 loc) · 884 Bytes
/
Copy pathfact.json
File metadata and controls
29 lines (29 loc) · 884 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
{
"fact" : {
"content" : {
"expr" : [
{
"data" : "/gdc/md/PROJECT_ID/obj/COL_ID",
"type" : "col"
}
],
"folders" : [
"/gdc/md/PROJECT_ID/obj/FOLDER_ID",
"/gdc/md/PROJECT_ID/obj/FOLDER_ID2"
]
},
"meta" : {
"author" : "/gdc/account/profile/AUTHOR_ID",
"uri" : "/gdc/md/PROJECT_ID/obj/FACT_ID",
"tags" : "",
"created" : "2014-04-11 13:45:53",
"identifier" : "fact.person.shoesize",
"deprecated" : "0",
"summary" : "",
"title" : "Person Shoe Size",
"category" : "fact",
"updated" : "2014-04-11 13:46:52",
"contributor" : "/gdc/account/profile/CONTRIBUTOR_ID"
}
}
}