Change from plural to singular

pull/125/head
Michael Hamm 2018-11-06 10:17:54 +01:00
parent 096470664b
commit f2693dfc9f
1 changed files with 12 additions and 12 deletions

View File

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