-
Notifications
You must be signed in to change notification settings - Fork 1
/
GovMap.json
91 lines (91 loc) · 3.4 KB
/
GovMap.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "US GOVERNMENT",
"value": 100,
"children": [
{
"name": "Legislative",
"value": 75,
"children":[
{"name": "Senate", "value": 25},
{"name": "House of Representatives ",
"value": 25,
"children":[
{"name": "Architect of the Capitol",
"value": 25,
"children":[
{"name": "U.S. Botanic Garden", "value": 25},
{"name": "U.S. Capitol Visitor Center", "value": 25}
]},
{"name": "Capitol Police", "value": 25},
{"name": "Congressional Budget Office", "value": 25},
{"name": "Library of Congress",
"value": 25,
"children":[
{"name": "Congressional Research Service", "value": 25}
]},
{"name": "Office of Complice", "value": 25},
{"name": "Government Accountability Office", "value": 25},
{"name": "Government Publishing Office", "value": 25},
{"name": "House Office of Inspectector General", "value": 25},
{"name": "House Office of the Clerk", "value": 25},
{"name": "Stennis Center for Public Service", "value": 25}
]},
{"name": "Court Services and Offender Supervision Agency for the District of Columbia", "value": 25},
{"name": "Joint Congressional Committee on Inaugural Ceremonies", "value": 25},
{"name": "Medicaid and CHIP Payment and Access Commission", "value": 25},
{"name": "Medicare Payment Advisory Commission", "value": 25},
{"name": "Open World Leadership Center", "value": 25}
]
},
{
"name": "Executive",
"value": 75,
"children":[
{"name": "President", "value": 25},
{"name": "White House", "value": 25, "children":[
{"name": "Council of Economic Advisers", "value": 25},
{"name": "Council on Environmental Quality", "value": 25},
{"name": "Domestic Policy Council",
"value": 25,
"children":[
{"name": "National AIDS Policy Office", "value": 25}
]},
{"name": "General Services Administration",
"value": 25,
"children":[
{"name": "USAGov", "value": 25}
]},
{"name": "National Economic Council", "value": 25},
{"name": "National Security Council", "value": 25},
{"name": "Office of Management and Budget", "value": 25},
{"name": "Office of National Drug Control Policy", "value": 25},
{"name": "Office of Science and Technology Policy", "value": 25},
{"name": "Trade Representative", "value": 25},
{"name": "White House Office of Administration", "value": 25}
]}
]
},
{
"name": "Judicial",
"value": 75,
"children":[
{"name": "Supreme Court",
"value": 25,
"children":[
{"name": "Court of Appeals for the Federal Circuit", "value": 25}
]},
{"name": "Administration Office of the U.S. Courts", "value": 25},
{"name": "Bankruptcy Courts", "value": 25},
{"name": "Circuit Courts of Appeal", "value": 25},
{"name": "Court of Appeals for Veterans' Claims", "value": 25},
{"name": "Court of Appeals for the Armed Forces", "value": 25},
{"name": "Court of Federal Claims", "value": 25},
{"name": "Court of International Trade", "value": 25},
{"name": "Federal Judicial Center", "value": 25},
{"name": "Judicial Panel on Multidistrict Litigation", "value": 25},
{"name": "Sentencing Commission", "value": 25},
{"name": "Tax Court", "value": 25}
]
}
]
}