From aec11478194571fdf4d9667a48ff2e23a6135d19 Mon Sep 17 00:00:00 2001 From: Michael Hamm Date: Tue, 6 Nov 2018 09:57:32 +0100 Subject: [PATCH] RTIR Event Classification --- rtir_event_classification/machinetag.json | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 rtir_event_classification/machinetag.json diff --git a/rtir_event_classification/machinetag.json b/rtir_event_classification/machinetag.json new file mode 100644 index 0000000..f4dd131 --- /dev/null +++ b/rtir_event_classification/machinetag.json @@ -0,0 +1,42 @@ +{ + "namespace": "rtir_event_classification", + "description": "Classify an RT/IR event", + "version": 1, + "predicates": [ + { + "value": "event-class", + "expanded": "Event Classification" + } + ], + "values": [ + { + "predicate": "event-class", + "entry": [ + { + "value": "incident_reports", + "expanded": "Incident Reports" + }, + { + "value": "incidents", + "expanded": "Incidents" + }, + { + "value": "investigations", + "expanded": "Investigations" + }, + { + "value": "countermeasures", + "expanded": "Countermeasures" + }, + { + "value": "general", + "expanded": "General" + }, + { + "value": "exercises", + "expanded": "Exercises" + } + ] + } + ] +}