forked from bcgov/ministry-org-names
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathministry-names.json
119 lines (119 loc) · 2.69 KB
/
ministry-names.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"ministries": [
{
"name": "Agriculture and Food",
"acronym": "AF",
"sector": "Natural Resource Sector"
},
{
"name": "Energy and Climate Solutions",
"acronym": "ECS",
"sector": "Natural Resource Sector"
},
{
"name": "Environment and Parks",
"acronym": "ENV",
"sector": "Natural Resource Sector"
},
{
"name": "Forests",
"acronym": "FOR",
"sector": "Natural Resource Sector"
},
{
"name": "Indigenous Relations & Reconciliation",
"acronym": "IRR",
"sector": "Natural Resource Sector"
},
{
"name": "Mining and Critical Minerals",
"acronym": "MCM",
"sector": "Natural Resource Sector"
},
{
"name": "Water, Land and Resource Stewardship",
"acronym": "WLRS",
"sector": "Natural Resource Sector"
},
{
"name": "Attorney General",
"acronym": "AG",
"sector": "Justice and Safety Sector"
},
{
"name": "Emergency Management and Climate Readiness",
"acronym": "EMCR",
"sector": "Justice and Safety Sector"
},
{
"name": "Public Safety and Solicitor General",
"acronym": "PSSG",
"sector": "Justice and Safety Sector"
},
{
"name": "Education and Child Care",
"acronym": "ECC",
"sector": "Education Sector"
},
{
"name": "Post-Secondary Education and Future Skills",
"acronym": "PSFS",
"sector": "Education Sector"
},
{
"name": "Health",
"acronym": "HLTH",
"sector": "Health Sector"
},
{
"name": "Jobs, Economic Development and Innovation",
"acronym": "JEDI",
"sector": "Economy Sector"
},
{
"name": "Infrastructure",
"acronym": "INFR",
"sector": "Economy Sector"
},
{
"name": "Labour",
"acronym": "LBR",
"sector": "Economy Sector"
},
{
"name": "Tourism, Arts, Culture and Sport",
"acronym": "TACS",
"sector": "Economy Sector"
},
{
"name": "Transportation and Transit",
"acronym": "TRAN",
"sector": "Economy Sector"
},
{
"name": "Finance",
"acronym": "FIN",
"sector": "Governance Sector"
},
{
"name": "Citizens' Services",
"acronym": "CITZ",
"sector": "Governance Sector"
},
{
"name": "Children and Family Development",
"acronym": "MCFD",
"sector": "Social Sector"
},
{
"name": "Housing and Municipal Affairs",
"acronym": "HOUS",
"sector": "Social Sector"
},
{
"name": "Social Development and Poverty Reduction",
"acronym": "SDPR",
"sector": "Social Sector"
}
]
}