From 98e100500680a68ecc4887c4af8a4c3c440ef1c4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 3 Mar 2016 15:56:30 +0100 Subject: [PATCH] DHS CIIP added + some fixes from pull request --- dhs-ciip-sectors/machinetag.json | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 dhs-ciip-sectors/machinetag.json diff --git a/dhs-ciip-sectors/machinetag.json b/dhs-ciip-sectors/machinetag.json new file mode 100644 index 0000000..e240fc4 --- /dev/null +++ b/dhs-ciip-sectors/machinetag.json @@ -0,0 +1,64 @@ +{ + "namespace": "dhs-ciip-sectors", + "description": "DHS critical sectors as in https://www.dhs.gov/critical-infrastructure-sectors", + "version": 1, + "predicates": [{ + "value": "DHS-critical-sectors", + "expanded": "DHS critical sectors" + }, { + "value": "sector", + "expanded": "Sector" + }], + "values": [{ + "predicate": " DHS-critical-sectors", + "entry": [{ + "value": "chemical", + "expanded": "Chemical" + }, { + "value": "commercial-facilities", + "expanded": "Commercial Facilities" + }, { + "value": "communications", + "expanded": "Communications" + }, { + "value": "critical-manufacturing", + "expanded": "Critical Manufacturing" + }, { + "value": "dams", + "expanded": "Dams" + }, { + "value": "dib", + "expanded": "Defense Industrial Base" + }, { + "value": "emergency-services", + "expanded": "Emergency services" + }, { + "value": "energy", + "expanded": "energy" + }, { + "value": "financial-services", + "expanded": "Financial Services" + }, { + "value": "food-agriculture", + "expanded": "Food and Agriculture" + }, { + "value": "government-facilities", + "expanded": "Government Facilities" + }, { + "value": "healthcare-public", + "expanded": "Healthcare and Public Health" + }, { + "value": "it", + "expanded": "Information Technology" + }, { + "value": "nuclear", + "expanded": "Nuclear" + }, { + "value": "transport", + "expanded": "Transportation Systems" + }, { + "value": "water", + "expanded": "Water and water systems" + }] + }] +}