From 4379e0b89b94ba02207ba43d16b20b717196a9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Tue, 21 Nov 2023 09:40:40 +0900 Subject: [PATCH] add Carousel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/openapi-3.0.yaml | 1 + dist/docs/openapi-3.0.yaml | 1 + src/openapi/schemas/content.yaml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/compatible/openapi-3.0.yaml b/dist/compatible/openapi-3.0.yaml index 96f8a5c..5c4c13b 100644 --- a/dist/compatible/openapi-3.0.yaml +++ b/dist/compatible/openapi-3.0.yaml @@ -1270,6 +1270,7 @@ components: enum: - Vertical - VerticalConversation + - Carousel type: string entryType: $ref: '#/components/schemas/ContentEntryType' diff --git a/dist/docs/openapi-3.0.yaml b/dist/docs/openapi-3.0.yaml index c8b671f..db97d5b 100644 --- a/dist/docs/openapi-3.0.yaml +++ b/dist/docs/openapi-3.0.yaml @@ -1270,6 +1270,7 @@ components: enum: - Vertical - VerticalConversation + - Carousel type: string entryType: $ref: '#/components/schemas/ContentEntryType' diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index 4e6352c..62c1ed3 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -60,7 +60,7 @@ components: $ref: "#/components/schemas/ContentEntryType" # TimelineTimelineCursor displayType: type: string - enum: [Vertical, VerticalConversation] + enum: [Vertical, VerticalConversation, Carousel] items: type: array items: