mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
committed by
Anders Kaseorg
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: |
|
||||
|
||||
Reference in New Issue
Block a user