summaryrefslogtreecommitdiff
path: root/config/audit_events/types/type_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/audit_events/types/type_schema.json')
-rw-r--r--config/audit_events/types/type_schema.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/audit_events/types/type_schema.json b/config/audit_events/types/type_schema.json
index 0d5d79bc4c4..3921b36ba91 100644
--- a/config/audit_events/types/type_schema.json
+++ b/config/audit_events/types/type_schema.json
@@ -28,9 +28,9 @@
"https"
]
},
- "group": {
+ "feature_category": {
"type": "string",
- "description": "Name of the group that introduced this audit event. For example, manage::compliance"
+ "description": "The feature category of this audit event. For example, compliance_management"
},
"milestone": {
"type": "string",
@@ -48,7 +48,7 @@
},
"required": [
"description",
- "group",
+ "feature_category",
"introduced_by_issue",
"introduced_by_mr",
"milestone",