commit
84b980ee8f
|
@ -394,6 +394,11 @@
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"name": "gsma-network-technology",
|
"name": "gsma-network-technology",
|
||||||
"description": "Taxonomy used by GSMA for their information sharing program with telco describing the types of infrastructure. WiP"
|
"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",
|
"path": "machinetag.json",
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue