From 1cb397c1edb0dd62a8ea99f8635707f94a684e90 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 11 Jan 2022 23:36:13 -0800 Subject: [PATCH] openapi: Remove additionalProperties: false from BasicStreamBase. Signed-off-by: Anders Kaseorg --- zerver/openapi/zulip.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index c59c468c94..81f452c542 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -13625,7 +13625,6 @@ components: type: object description: | Object containing basic details about the stream. - additionalProperties: false properties: stream_id: type: integer