openapi: Remove trivial allOf wrapping.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-09-28 21:59:10 +00:00
committed by Tim Abbott
parent 87c809c0e3
commit f3ff082107

View File

@@ -5097,8 +5097,7 @@ paths:
content:
application/json:
schema:
allOf:
- $ref: "#/components/schemas/JsonSuccess"
$ref: "#/components/schemas/JsonSuccess"
/realm/emoji:
get:
@@ -8467,11 +8466,8 @@ paths:
application/json:
schema:
oneOf:
- allOf:
- $ref: "#/components/schemas/InvalidApiKeyError"
- allOf:
- $ref: "#/components/schemas/MissingArgumentError"
- allOf:
- $ref: "#/components/schemas/UserNotAuthorizedError"
/zulip-outgoing-webhook:
post: