mirror of https://github.com/zulip/zulip.git
Revert "openapi: Declare items: {} for “inherited” array properties."
This reverts commit a503d19eae
(#20755).
The openapi-core bug was fixed upstream.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
d4d285fc43
commit
753deab087
|
@ -15622,8 +15622,7 @@ components:
|
|||
avatar_url: {}
|
||||
owner_id:
|
||||
nullable: true
|
||||
services:
|
||||
items: {} # https://github.com/p1c2u/openapi-core/issues/380
|
||||
services: {}
|
||||
BasicBotBase:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -15730,8 +15729,7 @@ components:
|
|||
avatar_url: {}
|
||||
owner_id:
|
||||
nullable: true
|
||||
services:
|
||||
items: {} # https://github.com/p1c2u/openapi-core/issues/380
|
||||
services: {}
|
||||
email:
|
||||
type: string
|
||||
description: |
|
||||
|
|
Loading…
Reference in New Issue