mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
openapi: Declare items: {} for “inherited” array properties.
This should not be needed, but works around an openapi-core bug: https://github.com/p1c2u/openapi-core/issues/380 Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
6c25c628b1
commit
a503d19eae
@ -13745,7 +13745,8 @@ components:
|
||||
avatar_url: {}
|
||||
owner_id:
|
||||
nullable: true
|
||||
services: {}
|
||||
services:
|
||||
items: {} # https://github.com/p1c2u/openapi-core/issues/380
|
||||
BasicBotBase:
|
||||
type: object
|
||||
properties:
|
||||
@ -13852,7 +13853,8 @@ components:
|
||||
avatar_url: {}
|
||||
owner_id:
|
||||
nullable: true
|
||||
services: {}
|
||||
services:
|
||||
items: {} # https://github.com/p1c2u/openapi-core/issues/380
|
||||
email:
|
||||
type: string
|
||||
description: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user