-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_workspace.json
46 lines (46 loc) · 1.15 KB
/
example_workspace.json
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": 1,
"name": "High Seas",
"id": "lwk:eeaf52e770ed41f37e31a8ea738d46db",
"primary": "ldb:76fc69a773b04da77cd792faac2a5531",
"secondary": {},
"tables": {
"ltb:743d16834d574a11cd5d4425bf60c223": {
"read_only": false,
"name": "People",
"description": "bweh :3",
"fields": {
"lfd:e0e4b50fc9bd2ed5cf92c181e3e96315": {
"name": "Name",
"type": "text",
"replica_config": {},
"metadata": {}
},
"lfd:189d36ae473af701c30dcbb027976b7e": {
"name": "Email",
"type": "text",
"replica_config": {},
"metadata": {}
},
"lfd:dc58aaf0144d5b176caae79280a02d81": {
"name": "Comment",
"type": "text",
"replica_config": {},
"metadata": {}
}
},
"replica_config": {
"ldb:76fc69a773b04da77cd792faac2a5531": {
"table_name": "people",
"id_column": "id",
"created_at_column": "created_at"
}
},
"metadata": {}
}
},
"aliases": {
"people": "ltb:743d16834d574a11cd5d4425bf60c223"
},
"replica_config": {}
}