summaryrefslogtreecommitdiff
path: root/docs/api/schemas/patchwork.j2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/schemas/patchwork.j2')
-rw-r--r--docs/api/schemas/patchwork.j212
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/api/schemas/patchwork.j2 b/docs/api/schemas/patchwork.j2
index 867add9..13cc278 100644
--- a/docs/api/schemas/patchwork.j2
+++ b/docs/api/schemas/patchwork.j2
@@ -1576,9 +1576,15 @@ components:
minLength: 1
headers:
title: Headers
- type: array
- items:
- type: string
+ anyOf:
+ - type: object
+ additionalProperties:
+ type: array
+ items:
+ type: string
+ - type: object
+ additionalProperties:
+ type: string
readOnly: true
CoverLetterList:
type: object