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" + } + ] + } + ] +}