Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/events/schema.json')
-rw-r--r--config/events/schema.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/config/events/schema.json b/config/events/schema.json
index 6ce93e1a40e..dc98353fbfa 100644
--- a/config/events/schema.json
+++ b/config/events/schema.json
@@ -1,6 +1,8 @@
{
"type": "object",
- "required": [],
+ "required": [
+
+ ],
"properties": {
"description": {
"type": "string"
@@ -67,12 +69,6 @@
"product_group": {
"type": "string"
},
- "product_category": {
- "type": [
- "string",
- "null"
- ]
- },
"introduced_by_url": {
"type": [
"string",
@@ -109,4 +105,4 @@
}
}
}
-} \ No newline at end of file
+}