Merge pull request #125 from michael-hamm/master

RTIR Event Classification
pull/127/head
Alexandre Dulaunoy 2018-11-06 11:12:31 +01:00 committed by GitHub
commit 84b980ee8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 0 deletions

View File

@ -394,6 +394,11 @@
"version": 1,
"name": "gsma-network-technology",
"description": "Taxonomy used by GSMA for their information sharing program with telco describing the types of infrastructure. WiP"
},
{
"version": 1,
"name": "event_classification",
"description": "Event Classification."
}
],
"path": "machinetag.json",

View File

@ -0,0 +1,42 @@
{
"namespace": "event_classification",
"description": "Classification of RT/IR and other kind of events",
"version": 1,
"predicates": [
{
"value": "event-class",
"expanded": "Event Classification"
}
],
"values": [
{
"predicate": "event-class",
"entry": [
{
"value": "incident_report",
"expanded": "Incident Report"
},
{
"value": "incident",
"expanded": "Incident"
},
{
"value": "investigation",
"expanded": "Investigation"
},
{
"value": "countermeasure",
"expanded": "Countermeasure"
},
{
"value": "general",
"expanded": "General"
},
{
"value": "exercise",
"expanded": "Exercise"
}
]
}
]
}