From 19700d0ef98c8b2dba4b5f913074c56709cef6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sun, 23 Apr 2023 06:06:37 +0900 Subject: [PATCH] add Gap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/schemas/content.yaml | 1 + src/openapi/schemas/content.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/schemas/content.yaml b/dist/schemas/content.yaml index 9a90be4..25f3156 100644 --- a/dist/schemas/content.yaml +++ b/dist/schemas/content.yaml @@ -80,6 +80,7 @@ components: - Bottom - ShowMore - ShowMoreThreads + - Gap type: string entryType: $ref: '#/components/schemas/ContentEntryType' diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index 3a89eda..b227e6a 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -84,7 +84,7 @@ components: $ref: "#/components/schemas/ContentEntryType" # null | TimelineTimelineCursor cursorType: type: string - enum: [Top, Bottom, ShowMore, ShowMoreThreads] + enum: [Top, Bottom, ShowMore, ShowMoreThreads, Gap] # Gap??? value: type: string