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 1b69229..0007cd2 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -2506,15 +2506,21 @@ components: properties: name: title: Name - type: string + type: array + items: + type: string readOnly: true patches: title: Patches - type: string + type: array + items: + type: string readOnly: true public: title: Public - type: string + type: array + items: + type: string ErrorCheckCreate: type: object properties: |