-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobalmeta.json
More file actions
52 lines (52 loc) · 1.12 KB
/
globalmeta.json
File metadata and controls
52 lines (52 loc) · 1.12 KB
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
47
48
49
50
51
52
{
"revision": "some-revisions",
"timespan": [
{
"field": [],
"group": [
{
"name": "Working group",
"field": [
{
"name": "gnm_subgroup_displayname",
"value": [
{
"value": "some working group"
}
]
}
],
"uuid": "1C54C927-EE4F-4B79-8050-2DA23FD051F6"
},
{
"name": "Commissioner",
"field": [
{
"name": "gnm_subgroup_displayname",
"value": [
{
"value": "some commissioner"
}
]
}
],
"uuid": "5F293E13-97EE-49D7-98C5-2383947B04F4"
},
{
"name": "Contributor",
"field": [
{
"name": "gnm_contributor_id",
"value": [
{
"value": "xxxyyyzzzz"
}
]
}
],
"uuid": "65DB1460-7FD8-409A-AB6B-8DF0A5C8A68E"
}
]
}
]
}