diff options
Diffstat (limited to 'docs/api/schemas/v1.2/patchwork.yaml')
-rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index 0007cd2..a6b811f 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -1590,9 +1590,15 @@ components: - properties: headers: title: Headers - type: array - items: - type: string + anyOf: + - type: object + additionalProperties: + type: array + items: + type: string + - type: object + additionalProperties: + type: string readOnly: true content: title: Content |