From 1cdac1ce0cb70d3102d21a4edbac70c840a0345e Mon Sep 17 00:00:00 2001 From: eu-pi Date: Thu, 3 Mar 2016 15:10:02 +0100 Subject: [PATCH] Create eu-critical-sectors --- eu-critical-sectors | 61 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 eu-critical-sectors diff --git a/eu-critical-sectors b/eu-critical-sectors new file mode 100644 index 0000000..70c01d2 --- /dev/null +++ b/eu-critical-sectors @@ -0,0 +1,61 @@ +{ + "namespace": "eu-marketop-and-publicadmin", + "description": "Market operators and public administrations that must comply to some notifications requirements under EU NIS directive", + "version": 1, + "predicates": [{ + "value": "critical-infra-operators", + "expanded": "Critical Infrastructure Operators" + }, { + "value": "info-services", + "expanded": "Information Society services enablers" + }, { + "value": "public-admin", + "expanded": "Public administration" + }], + "values": [{ + "predicate": "critical-infra-operators", + "entry": [{ + "value": "transport", + "expanded": "Transport" + }, { + "value": "energy", + "expanded": "Energy" + }, { + "value": "health", + "expanded": "Health" + }, { + "value": "financial", + "expanded": "Financial market operators" + }, { + "value": "banking", + "expanded": "Banking" + }] + }, { + "predicate": "info-services", + "entry": [{ + "value": "e-commerce", + "expanded": "e-commerce platforms" + }, { + "value": "internet-payment", + "expanded": "Internet payment" + }, { + "value": "cloud", + "expanded": "cloud computing" + }, { + "value": "search-engines", + "expanded": "search engines" + }, { + "value": "socnet", + "expanded": "social networks" + }, { + "value": "app-stores", + "expanded": "application stores" + }] + }, { + "predicate": "public-admin", + "entry": [{ + "value": "public-admin", + "expanded": "Public Administrations" + }] + }] +}