summaryrefslogtreecommitdiff
path: root/app/validators/json_schemas/git_trailers.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/validators/json_schemas/git_trailers.json')
-rw-r--r--app/validators/json_schemas/git_trailers.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/validators/json_schemas/git_trailers.json b/app/validators/json_schemas/git_trailers.json
new file mode 100644
index 00000000000..18ac97226a7
--- /dev/null
+++ b/app/validators/json_schemas/git_trailers.json
@@ -0,0 +1,9 @@
+{
+ "description": "Git trailer key/value pairs",
+ "type": "object",
+ "patternProperties": {
+ ".*": {
+ "type": "string"
+ }
+ }
+}