Change from plural to singular
parent
096470664b
commit
f2693dfc9f
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"namespace": "rtir_event_classification",
|
"namespace": "event_classification",
|
||||||
"description": "Classify an RT/IR event",
|
"description": "Classification of RT/IR and other kind of events",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
|
@ -13,28 +13,28 @@
|
||||||
"predicate": "event-class",
|
"predicate": "event-class",
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": "incident_reports",
|
"value": "incident_report",
|
||||||
"expanded": "Incident Reports"
|
"expanded": "Incident Report"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "incidents",
|
"value": "incident",
|
||||||
"expanded": "Incidents"
|
"expanded": "Incident"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "investigations",
|
"value": "investigation",
|
||||||
"expanded": "Investigations"
|
"expanded": "Investigation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "countermeasures",
|
"value": "countermeasure",
|
||||||
"expanded": "Countermeasures"
|
"expanded": "Countermeasure"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "general",
|
"value": "general",
|
||||||
"expanded": "General"
|
"expanded": "General"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "exercises",
|
"value": "exercise",
|
||||||
"expanded": "Exercises"
|
"expanded": "Exercise"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue