From 6c21451b6d68d7fe850550de1c40150cab04bfd7 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Tue, 15 Oct 2024 07:45:44 +0200 Subject: [PATCH] subject areas taxonomy for use with legislation --- peachjam/fixtures/taxonomies/subject-areas.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 peachjam/fixtures/taxonomies/subject-areas.json diff --git a/peachjam/fixtures/taxonomies/subject-areas.json b/peachjam/fixtures/taxonomies/subject-areas.json new file mode 100644 index 000000000..b8d95695a --- /dev/null +++ b/peachjam/fixtures/taxonomies/subject-areas.json @@ -0,0 +1 @@ +[{"data": {"name": "Subject areas", "slug": "subject-areas"}, "children": [{"data": {"name": "Agriculture and Land", "slug": "subject-areas-agriculture-and-land"}}, {"data": {"name": "Arts and Culture", "slug": "subject-areas-arts-and-culture"}}, {"data": {"name": "Business, Trade and Industry", "slug": "subject-areas-business-trade-and-industry"}}, {"data": {"name": "Citizenship and Immigration", "slug": "subject-areas-citizenship-and-immigration"}}, {"data": {"name": "Communications and Media", "slug": "subject-areas-communications-and-media"}}, {"data": {"name": "Dispute Resolution and Mediation", "slug": "subject-areas-dispute-resolution-and-mediation"}}, {"data": {"name": "Education", "slug": "subject-areas-education"}}, {"data": {"name": "Energy and Natural Resources", "slug": "subject-areas-energy-and-natural-resources"}}, {"data": {"name": "Environment, Climate and Wildlife", "slug": "subject-areas-environment-climate-and-wildlife"}}, {"data": {"name": "Finance and Money", "slug": "subject-areas-finance-and-money"}}, {"data": {"name": "Health and Food Safety", "slug": "subject-areas-health-and-food-safety"}}, {"data": {"name": "Human Rights", "slug": "subject-areas-human-rights"}}, {"data": {"name": "Infrastructure and Transportation", "slug": "subject-areas-infrastructure-and-transportation"}}, {"data": {"name": "International Law", "slug": "subject-areas-international-law"}}, {"data": {"name": "Labour and Employment", "slug": "subject-areas-labour-and-employment"}}, {"data": {"name": "Peace and Security", "slug": "subject-areas-peace-and-security"}}, {"data": {"name": "Public administration", "slug": "subject-areas-public-administration"}}]}]