diff options
Diffstat (limited to 'docs/api/schemas/v1.2/patchwork.yaml')
-rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index 7bdbe66..3b441db 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -1420,6 +1420,7 @@ components: type: object title: Owner readOnly: true + nullable: false allOf: - $ref: '#/components/schemas/UserEmbedded' patches: @@ -2522,6 +2523,7 @@ components: readOnly: true UserEmbedded: type: object + nullable: true properties: id: title: ID |