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 'app/validators/json_schemas/abuse_event_metadata.json')
-rw-r--r--app/validators/json_schemas/abuse_event_metadata.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/validators/json_schemas/abuse_event_metadata.json b/app/validators/json_schemas/abuse_event_metadata.json
new file mode 100644
index 00000000000..b24ec93f877
--- /dev/null
+++ b/app/validators/json_schemas/abuse_event_metadata.json
@@ -0,0 +1,7 @@
+{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "description": "Metadata to support an abuse event",
+ "type": "object",
+ "properties": {
+ }
+}